| ||||||
| 5/21 |
| 1999/1/13-15 [Uncategorized] UID:15227 Activity:nil |
1/13 A quick question: I want to pop up a image when click on a link.
In JavaScript, to pop up a window, I do "window.open(...)". But
I only want to pop up a particular image, not the entire window.
Is there anyway I can accomplish this? Thanks. -bkong
\_ Put the image in a hidden layer and in the anchor tag of the
link put an onClick="GenericChangeLayerVisibiliyFunction()" |