newbie question for java heads

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • koolaid82
    New Member
    • Jul 2007
    • 12

    newbie question for java heads

    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
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by koolaid82
    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
    This is a Javascript question posted in a Java forum. The two languages are
    totally different, no matter their names. Do you want me to move your question
    to a Javascript forum where your question will most likely get a better answer?

    kind regards,

    Jos

    Comment

    Working...