Results 1 to 3 of 3

Thread: For brian's Popup box II (help with some enhancements)

  1. #1
    Join Date
    Dec 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default For brian's Popup box II (help with some enhancements)

    for brian's popup box II at Dynamic Content section,
    it seems that the popup box can be only settle for absolute position.
    my question is: is
    is there anyway that i can make the popup box appear relatively instead absolute.
    something like an absolute position Div tag inside of a relative position Div tag (holder)

    please help, thanks

  2. #2
    Join Date
    Jul 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I too am looking for the same thing....????
    -mschat

  3. #3
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default

    http://www.dynamicdrive.com/dynamicindex11/abox2.htm
    Odd. It doesn't do anything for me. I tried adding some code which seemd implied, but all it did was take the errors away. Here is how I have the code as-is:
    Code:
    <html>
    <head>
    <script type="text/javascript" src="popUp.js"></script>
    </head>
    <body>
    <script>
    window.onload=function(){
    new popUp(200, 100, 300, 175, "Div", "Put all of your content text in here.<br><br>You can also place HTML code in here too, such as a picture: <img src=\"max.gif\">. Notice how a backslash must proceed every quotation (\") that appears in your HTML content.", "white", "black", "bold 10pt sans-serif", "Title Bar", "navy", "white", "#dddddd", "gray", "black", true, true, true, true, false);
    }
    </script>
    </body>
    </html>
    I did assume the <script src="popUp.js"> tag, because otherwise that file is dormant.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •