A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Popup window

  1. #1
    Member
    Join Date
    May 2002
    Posts
    70
    How can I make Flash open another browser window using Javascript, I've tried using
    window.open 'formname.asp','Form','status=no,scrollbars=no');

    but this doesn't work. I don't want to use the GETURL option as this keeps asking me if I'm sure I want to close the window.

  2. #2
    Under the influence bvgroote's Avatar
    Join Date
    Nov 2000
    Location
    Perth, Australia
    Posts
    1,408
    hmm try this

    Code:
        getURL("theURL", "_blank");
    I dont know if this will work but its worth a try

  3. #3
    Member
    Join Date
    May 2002
    Posts
    70
    I don't want to use this option if I can help it. The form that I open does a few ASP commands and then uses javascript to shut itself down. If I use the getURL method, it keeps asking me am I sure I want to close the screen, which I don't want.

  4. #4
    Under the influence bvgroote's Avatar
    Join Date
    Nov 2000
    Location
    Perth, Australia
    Posts
    1,408
    ok, try scripting and backend forum

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