A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: HELP! I have a javascript to open up a browser the right size but it opens 2

  1. #1

    HELP! I have a javascript to open up a browser the right size but it opens 2

    HELP
    ok im using flash mx and building a website.
    i made a button so that when you click it a pop-up appears. Im using javascript to make this happen so it is exactlt how i want it but whenever i click on it the 1 i wanted to pop up works fine but theres another window that had all my code in the address. does nebody know what im doing wrong or how to fix it!!!

    my code for the button:

    on (release) {
    getURL ("javascript:NewWindow=window.open('http://www.wilsonindexing.8m.com/indented. html','newwin','width=600,height=900,left=350,top=
    0,toolbar=No,location=No,scrollbars=No,status=No,r
    esizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
    }

    Thanx for all replies
    -nanascalala

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Testing this online or in the application?

  3. #3
    in the app.

  4. #4
    Senior Member Sir Yendor's Avatar
    Join Date
    Sep 2001
    Location
    Over here
    Posts
    1,140
    try testing it on line. Within the app opens up 2 windows.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center