Iframe 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

Iframe

Started by kris9090, March 22, 2009, 03:57:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kris9090

I tried it:
$options = array('windowtarget' => '_blank');

but it doesnt work with me I frame  :-\

Mr-Cute

<?php
  include "./gallery/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  $options = array('windowtarget' => '_blank');
  $objCpm->cpm_viewLastAddedMedia(1,2, $options);
  $objCpm->cpm_close();
?>