Hey java heads. I am an actionscript developer. I have this code on a button that opens a new window a certain size etc.
on (release) {
getURL ("javascript:Ne wWindow=window. open('http://myurl.html','ne wWin','width=65 0,height=570,le ft=200,top=200, toolbar=No,loca tion=No,scrollb ars=Yes,status= No,resizable=Ye s,fullscreen=No '); NewWindow.focus (); void(0);");
I was wondering if anyone knew how to change the script to open a page _self, not newWindow. I just need to know how to edit the stuff beyond the word javascript.
Thanks in advance,
Matt
on (release) {
getURL ("javascript:Ne wWindow=window. open('http://myurl.html','ne wWin','width=65 0,height=570,le ft=200,top=200, toolbar=No,loca tion=No,scrollb ars=Yes,status= No,resizable=Ye s,fullscreen=No '); NewWindow.focus (); void(0);");
I was wondering if anyone knew how to change the script to open a page _self, not newWindow. I just need to know how to edit the stuff beyond the word javascript.
Thanks in advance,
Matt
Comment