toke
01-31-2002, 06:10 PM
I know a lot of people already ask about this question but I am not clear. I went through all the popup windows tutorial available in this site but something is not working right for me. ok, enough talking.
here are the problems
I have created two movies one called "test1.fla" and another called "test2.fla." In "test1", I created a button that once release it should popup "test2." I specified in the button like this
on (release) {
getURL ("javascript:openNewWindow('test2.html','win','heigh t=100,width=250,toolbar=no,scrollbars=yes')", "_blank");
}
This code opened "test2.html" all right but I also get the javascript:openWindow('test2.html','win','...') in the browser address, which I don't want. Is there anyway that I can get rid of this?
Second..., is there anyway without using any backend scripts to pass the variable, says, "testvar" to the second movie (test2.html)?
thanks
here are the problems
I have created two movies one called "test1.fla" and another called "test2.fla." In "test1", I created a button that once release it should popup "test2." I specified in the button like this
on (release) {
getURL ("javascript:openNewWindow('test2.html','win','heigh t=100,width=250,toolbar=no,scrollbars=yes')", "_blank");
}
This code opened "test2.html" all right but I also get the javascript:openWindow('test2.html','win','...') in the browser address, which I don't want. Is there anyway that I can get rid of this?
Second..., is there anyway without using any backend scripts to pass the variable, says, "testvar" to the second movie (test2.html)?
thanks