PDA

View Full Version : title tag question


DelReySucka
08-26-2006, 03:06 PM
i'm using a javascript popup script to open photographs in their own custom-sized popup. it works fine, but i was curious to know if there is a way to have the tag show the name of the individual photograph with each popup. make sense?

thanks.

blackpepper
08-26-2006, 03:16 PM
can you post your original code.

aluminumpork
08-26-2006, 04:24 PM
Umm, well technically I believe you can set the window title through the window.open function you're already using (i assume).


var windowHandle = window.open('url.html','Window Title','options');