-
Hi, there
In my flash movie i use several buttons to open several windows.
My problem:
If i open one window everything will be fine but if i open another window without closing the first one the contents of the second window loads into the first one.
What can i do? I use the newwin function, for example:
function newwintt()
{
window.open("ticket.html","beatbox","toolbar=0,loc ation=0,directories=0,status=0,menubar=0,scrollbar s=0,resizeable=0,width=510,height=350")
}
I always chance the last to letters of the newwinxx function for every new window.
-
send me the files to [email protected]
i'll take a look as soon as i can
-
hehehe
Change the name "beatbox" which is the name of the window u are opening. Use a new name for each window u wish to open.