A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: browser script check>>help

  1. #1
    Senior Member
    Join Date
    Oct 2000
    Location
    Kansas City MO
    Posts
    231
    I have a pop up working fine and want to spawn another window from the spawned window....but it keeps replacing its self. Is there a way to have as many windows pop up as you want? Here the HTML java im using....how do i change this to make it work correctily. Meaning more windows.

    ***script language="JAVASCRIPT" type="TEXT/JAVASCRIPT"><!--
    if(screen){
    topPos=0
    leftPos=0
    }
    function getPage(thePage,wt,ht){
    leftPos= (screen.width-wt)/2
    topPos = (screen.height-ht)/2
    newWin1 = window.open(thePage,'aWin','toolbars=no,resizeable =no,scrollbars=no,left='+leftPos+',top='+topPos+', width='+wt+',height='+ht)
    }
    // -->
    </script***

    Thanks....any help would be great.

    m

  2. #2
    Senior Member
    Join Date
    Oct 2000
    Location
    Kansas City MO
    Posts
    231

    also

    this is a button in flash generating an HTML pop up with embedded flash..the embedded flash has another flash button...to spawn another window...I want all the windows to stay open unill closed by user.

    m

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