Iframe Iframe
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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();
?>