News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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