Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Iframe  (Read 3665 times)

0 Members and 1 Guest are viewing this topic.

kris9090

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Iframe
« on: March 22, 2009, 03:57:33 am »

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

but it doesnt work with me I frame  :-\
Logged

Mr-Cute

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 36
Re: Iframe
« Reply #1 on: March 30, 2009, 04:42:07 pm »

<?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();
?>
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.