A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: need to open second IE window

  1. #1
    Member
    Join Date
    May 2002
    Posts
    72

    need to open second IE window

    Hi Guys,
    and thanks in advance..........

    I need a button that will open two seperate URL's.

    for example, on my LAN, I need to have 192.168.0.2 and 192.168.0.3 open at the same time.

    When I use the "get URL" command, the IP's just over lap.

    any help?

  2. #2
    Member
    Join Date
    Apr 2002
    Posts
    76
    hey this works fine ... i mean it opens in two seperate ie windows ..... make sure u give _blank

    getURL("http://192.168.0.2", "_blank");
    getURL("http://192.168.0.3", "_blank");
    V E N K A T
    ~~~~~~~~~~~~~~~~~~~~~~~
    BEGIN WITH END IN THE MIND

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