Results 1 to 2 of 2

Thread: Window Widget AND/OR Popup Box- By Jim Silver

  1. #1
    Join Date
    Mar 2007
    Posts
    66
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Question Window Widget AND/OR Popup Box- By Jim Silver

    1) Script Title: Popup Box- By Jim Silver AND/OR Window Widget

    2) Script URL (on DD): Window Widget @ http://www.dynamicdrive.com/dynamici...ndow/index.htm

    AND/OR Popup Box- By Jim Silver
    http://www.dynamicdrive.com/dynamicindex11/abox.htm

    3) Describe problem: Window Widget ... It does not perform in IE although it is said to do so. What am I doing wrong. http://www.quicktext.com/windowfiles/demo.htm This is the exact demo page provided by the script - I have made no changes and yet none of them function in IE.

    I also like the Popup Box by Jim Silver - it works in IE. But I need it to appear when a text string is click not on page load. And I need it to call another page instead of putting the content on the same page.

    Any help is greatly appreciated .. thank you ... viki barefoot

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

    Default

    For DHTML window, the path to the two external files near the top are incorrect. They should be:

    Code:
    <link rel="stylesheet" href="dhtmlwindow.css" type="text/css" />
    
    <script type="text/javascript" src="dhtmlwindow.js">
    
    /***********************************************
    * DHTML Window Widget- © Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for legal use.
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>

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
  •