A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: control position of pop up windows

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    7
    i have buttons on my site, and when you click on the buttons , small a small browser window will spawn, (IE5),
    containing information. i used javascrip to spawn the window, and also to keep the window on top regardless of where the user clicks.
    It would be ideal to be able to control where the window spawns, is there a way to do that?

    TIA

  2. #2
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    try this:

    http://www.crays.com/jsc


    you can see it in action at

    http://www.splinter.co.uk/

  3. #3
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    The only way to keep the window on top is to have a signed script - imagine hundreds of malicious pop-ups that refused to go behind


    contrlling where the window spawns is easy, just try the link i gave you

  4. #4
    Junior Member
    Join Date
    May 2001
    Posts
    7

    windows staying on top

    the code to keep your pop up on top is this
    <BODY onblur="self.focus()" bgcolor=">
    imagine that

    Originally posted by bobajobrob
    The only way to keep the window on top is to have a signed script - imagine hundreds of malicious pop-ups that refused to go behind


    contrlling where the window spawns is easy, just try the link i gave you

  5. #5
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    doesn't always work mate. When another window is resized, it goes behind and doesn't work with applications.
    [Edited by bobajobrob on 06-15-2001 at 07:24 PM]

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