Popup on open coppermine Popup on open coppermine
 

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

Popup on open coppermine

Started by Kittekat, February 13, 2005, 09:17:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kittekat

Hello,

Is there a function (or a script) when you open coppermine gallery that er is a popup with information? (that is editedable)

Kittekat

Tranz

I don't think it exists though you're free to search. It might be a waste of time though since more people are using popup blockers.

Joachim Müller

take a look at http://www.dynamicdrive.com/dynamicindex8/index.html and add whatever you want to themes/yourtheme/template.html. You usually trigger pop-ups using window.onload or body.onload - see the tutorial http://www.wsabstract.com/javatutors/multiplejava.shtml

Joachim