hello,
does anyone know how to call 2 functions in one href tag?
my tag looks like this:
<a href="javascriptopup('photos/Mod-D-2.jpg','246','328')">
I have several thumbnails that are links. when you click it the photo opens in a new window and the same window resizes to that photo's exact size.
what is the best way to set this up.
I want to call a resize() function and a popup() function at the same time.
does anyone know how to call 2 functions in one href tag?
my tag looks like this:
<a href="javascriptopup('photos/Mod-D-2.jpg','246','328')">
I have several thumbnails that are links. when you click it the photo opens in a new window and the same window resizes to that photo's exact size.
what is the best way to set this up.
I want to call a resize() function and a popup() function at the same time.