Results 1 to 6 of 6

Thread: DHTML Windows

  1. #1
    Join Date
    Nov 2009
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question DHTML Windows

    1) Script Title: DHTML Window Widget

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/

    3) Describe problem: Okay, so I'm trying to use the DHTML Window to replicate an internet browsing program. I am trying to get the iframe window to display an address bar, but nothing's working. Please help!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  3. #3
    Join Date
    Nov 2009
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation

    Quote Originally Posted by ddadmin View Post
    Please post a link to the page on your site that contains the problematic script so we can check it out.
    That's just it. I'm trying to work out all the bugs before I post it to the web. I can give you the code where I'm having the problem though. The rest of the code is too large to include in this post.

    <a href="#" onClick="ajaxwin=dhtmlwindow.open('google', 'iframe', 'http://www.google.com/', 'Google', 'width=850px,height=600px,left=0px,top=0px,resize=1,scrolling=1, toolbar=1, location=yes'); return false"><img id="mc" src="googleicon.gif" style="position: relative" BORDER="0"/>

    <script type="text/javascript">
    Drag.init(document.getElementById("mc"));
    </script></a>
    </div>

    <a href="#" onClick="ajaxwin=dhtmlwindow.open('ajaxbox', 'ajax', 'cpl.html', 'Sky Control Center', 'width=650px,height=400px,left=300px,top=100px,resize=0,scrolling=1'); return false"><img id="display" src="cpl.gif" style="position: relative" BORDER="0"/>

    <script type="text/javascript">
    Drag.init(document.getElementById("display"));
    </script></a>


    I tried adding the "location=1" and "toolbar=1" but still nothing's working. Please help.

  4. #4
    Join Date
    Nov 2009
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Please post a link to the page on your site that contains the problematic script so we can check it out.
    Here's the link: http://www.skyos.webs.com/os.html

  5. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Try somethinig like the below modified dhtmlwindow.js file,which adds a location bar (simulated using the INPUT="text" element) for IFRAME based DHTML window.
    DD Admin

  6. The Following User Says Thank You to ddadmin For This Useful Post:

    RadXPictures (12-07-2009)

  7. #6
    Join Date
    Nov 2009
    Posts
    15
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Try somethinig like the below modified dhtmlwindow.js file,which adds a location bar (simulated using the INPUT="text" element) for IFRAME based DHTML window.
    Thanks!

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
  •