Open a window from a button
on(release){
url = "myWindow.html";
windowname = "remote";
windowproperties = 'width=300,height=400';
getUrl("javascript:window.open('" add url add "','" add windowname add "','" add windowproperties add "'); void(0);");
}
- Scott Date: 10/03/2001
What does this do:
void(0)
- bokel Date: 10/03/2001
try what happens without it :)
(it suppresses the annoying [object])
- stefan Date: 05/06/2001
how can i implement this action
{ url = \"../sites/index1.html\";
windowname = \"OmniChange\";
windowproperties = \'width=700,height=600,resizable=yes,toolbar=yes,status=yes\';
getUrl(\"javascript:window.open(\'\" add url add \"\',\'\" add windowname add \"\',\'\" add windowproperties add \"\'); void(0);\");}
to a keyframe?
stefan
- MiCHi Date: 28/06/2001
Just write:
url = \\\"../sites/index1.html\\\";
windowname = \\\"OmniChange\\\";
windowproperties = \\\'width=700,height=600,resizable=yes,toolbar=yes,status=yes\\\';
getUrl(\\\"javascript:window.open(\\\'\\\" add url add \\\"\\\',\\\'\\\" add windowname add \\\"\\\',\\\'\\\" add windowproperties add \\\"\\\'); void(0);\\\");
MiCHi
- TiagoP Date: 14/11/2002
Hi,
You just saved my life with this code, THANKS!!!!!!
- alostorah Date: 05/12/2002
thanks for the code
but please tell how can i use this code
my site is
http://www.alostorah.8m.net/intro.htm
this is the first time to use a code like that
so i need your help please
thanks
- alostorah Date: 21/12/2002
good day guys
i need some explanation for the code down which is part of the java code up
just like void(0)
getUrl("javascript:window.open('" add url add "','" add windowname add "','" add windowproperties add "'); void(0);");
}
thanks guys
regards
- Nadia Date: 30/04/2003
Hi;
Thanks for this code, but i have a question about this.why 2 window opened with this code?
thanks
- Ezzemo Date: 28/08/2003
Nadia:
Thants just on your computer cause you are viewing the swf that is not on an html code.
When u have it online it won´t open the first window.
:D Bye.
Ezzemo
- tlibby Date: 15/01/2005
I am using the
on (release)
{
getURL("javascript:window.open........yadayadayada");
}
but when the HTML opens I get an error stating that a parentheses is needed on some line and the page won't open. Any ideas?
- Donald Date: 26/04/2007
<a href=" http://auto-insurance-texas.puxsz.info/ ">auto insurance texas</a>
<a href=" http://auto-insurance-texas.puxsz.info/ ">auto insurance texas</a>
<a href=" http://auto-insurance-auctions.puxsz.info/ ">auto insurance auctions</a>
<a href=" http://auto-insurance-texas.puxsz.info/ ">auto insurance texas</a>
<a href=" http://auto-insurance-auctions.puxsz.info/ ">auto insurance auctions</a>
<a href=" http://california-auto-insurance.puxsz.info/ ">auto insurance california</a>
- Bryan Date: 12/02/2010
I know this thread is old, but don't waste your time on this code - it doesn't work! All you will get is a Flash error.
Add comment
Home