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

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