Iframe Iframe
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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