Popup on open coppermine Popup on open coppermine
 

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

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