FrameLess Pop-up Window

Last post 08-20-2007 5:53 PM by qzeb. 8 replies.

Sort Posts:

  • FrameLess Pop-up Window

    08-20-2007, 12:32 PM
    • Loading...
    • qzeb
    • Joined on 01-26-2006, 2:10 PM
    • Posts 22

    For IE4 or later how to make FrameLess Pop-up window,

    I tried  http://www.codelifter.com/main/javascript/amazingframelesspeeker.html but it does'nt work what it cliamed or atleast might not be usefull in XP.

    Any help would be appreciated.

    Thanks in Advance.

    ZEB

     

  • Re: FrameLess Pop-up Window

    08-20-2007, 1:06 PM
    • Loading...
    • A1ien51
    • Joined on 05-06-2005, 6:46 PM
    • MD USA
    • Posts 2,852

    It was a bug in the Internet Explorer browser that was patched.

    Eric 

    Coauthor of Ajax In Action [#1 Computer and Internet book on Amazon for 2006]

    If you get an answer to your question, please mark it solved so people don't waste time reading already answered questions!
  • Re: FrameLess Pop-up Window

    08-20-2007, 1:26 PM
    Answer
    • Loading...
    • qzeb
    • Joined on 01-26-2006, 2:10 PM
    • Posts 22

    Thanks for the reply; but not sure what you mean because I'm testing in IE6 and it does pop-up frameless window but fullscreen regardless of you specify fullscreen or not .

    ThankX Again.

     

  • Re: FrameLess Pop-up Window

    08-20-2007, 1:27 PM
    • Loading...
    • qzeb
    • Joined on 01-26-2006, 2:10 PM
    • Posts 22

    Thanks for the reply; but not sure what you mean because I'm testing in IE6 and it does pop-up frameless window but fullscreen regardless of you specify fullscreen or not .

    ThankX Again.

  • Re: FrameLess Pop-up Window

    08-20-2007, 2:12 PM

    I suggest that you use a modal popup.

    http://www.asp.net/AJAX/Control-Toolkit/Live/ModalPopup/ModalPopup.aspx 

  • Re: FrameLess Pop-up Window

    08-20-2007, 4:32 PM
    • Loading...
    • A1ien51
    • Joined on 05-06-2005, 6:46 PM
    • MD USA
    • Posts 2,852

    How is this answered?

    If you look at the code it used to do a window onresize and a window.moveTo. Before browsers were patched a fullsize window could be shrinked down to a smaller size. It was used for a lot of bad purposes such as spyware and ad delivery. You could not dismiss the pop up window since it have no buttons! Microsoft fixed the ability to change a fullsize window into a smaller window. Hence why it only shows fullscreen and not a little window like that outdated code talks about.

     Eric
     

    Coauthor of Ajax In Action [#1 Computer and Internet book on Amazon for 2006]

    If you get an answer to your question, please mark it solved so people don't waste time reading already answered questions!
  • Re: FrameLess Pop-up Window

    08-20-2007, 4:56 PM
    • Loading...
    • qzeb
    • Joined on 01-26-2006, 2:10 PM
    • Posts 22

    thanks for the reply; it does make sense what you saying; is there work around beside  modal popup.

     

  • Re: FrameLess Pop-up Window

    08-20-2007, 5:13 PM
    • Loading...
    • A1ien51
    • Joined on 05-06-2005, 6:46 PM
    • MD USA
    • Posts 2,852

    You can just use an iframe and float it on top of your content of your html page.

    <iframe src="foo.aspx" style="postion:absolute; top:100px left:100px; z-index:100"></iframe>

     
    Eric 

    Coauthor of Ajax In Action [#1 Computer and Internet book on Amazon for 2006]

    If you get an answer to your question, please mark it solved so people don't waste time reading already answered questions!
  • Re: FrameLess Pop-up Window

    08-20-2007, 5:53 PM
    • Loading...
    • qzeb
    • Joined on 01-26-2006, 2:10 PM
    • Posts 22

    Thanks again for the tip..........that might work out.

Page 1 of 1 (9 items)
Microsoft Communities
Page view counter