cpmfetch in iframe cpmfetch in iframe
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

cpmfetch in iframe

Started by palm3ro, March 04, 2012, 06:16:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

palm3ro

On my page under construction i have cpmfetch in an iframe, then i cklick on a photo from chat cpmfetch it opens witin that ifram, is it possible to open in a new window/tab?I added target="_blank" to this row
<script src="http://galleri.fkljusdal.se/?file=fetchcontent/js&album=random" type="text/javascript"></script>
So it was
<script src="http://galleri.fkljusdal.se/?file=fetchcontent/js&album=random" target="_blank" type="text/javascript"></script>
But it didnt do it either.

ΑndrĂ©

Obviously that won't work, as you've added that attribute to the script, but you have to add it to the generated links. As I'm not familiar with the CPMFetch code, you have to search for the correct place yourself. But I guess it's in some PHP file of the CPMFetch plugin code.