PDA

View Full Version : JavaScript pop up window


UniKoRn
09-04-2001, 05:32 AM
I have a flash file linked with the html file all fine, the javascript embedded into the html

I have a number of images in a gallery but only the first one seems to work (ie the popup window appears with the image inside)

I have checked to see that each flash button has the javascript link in the actions window and they are all fine

I dont understand why only the first one in the scene is working :/

Jesse
09-04-2001, 09:13 AM
Have you rememberred to change the 'name' property of each new window you want to launch? Each musthave a different 'name' otherwise the browser recognizes it as an existing window.