coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Kittekat on February 13, 2005, 09:17:02 PM

Title: Popup on open coppermine
Post by: Kittekat on February 13, 2005, 09:17:02 PM
Hello,

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

Kittekat
Title: Re: Popup on open coppermine
Post by: Tranz on February 13, 2005, 10:41:07 PM
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.
Title: Re: Popup on open coppermine
Post by: Joachim Müller on February 14, 2005, 07:40:30 AM
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