Popup on open coppermine Popup on open coppermine
 

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

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