Results 1 to 3 of 3

Thread: Failed: DHTML Window widget

  1. #1
    Join Date
    Jul 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Failed: DHTML Window widget

    1) Script Title: DHTML Window widget (v1.1)

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

    3) Describe problem:
    Used with many webcams, works OK. Except for a Toshiba IK-WB15A. The dhtml page is overwritten by camera code.

    Here is some sample code which uses a public camera, any ideas????

    ------------------------------------------------------------

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    
    <link rel="stylesheet" href="windowfiles/dhtmlwindow.css" type="text/css" />
    
    <script type="text/javascript" src="windowfiles/dhtmlwindow.js">
    
    /***********************************************
    * DHTML Window Widget- * This notice must stay intact for legal use.
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    
    <script type="text/javascript">
    var testwin=dhtmlwindow.open("testbox", "iframe", "http://166.142.63.56/user/cgi-bin/view_S_t_uF.thtml", "ToshibaCam Web site", "width=700px,height=450px,resize=1,scrolling=1,center=1", "recal")
    
    </script>
    <head>
    
      <meta http-equiv="Cache-Control" content="no-cache">
      <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
    
      <title>Test DHTML</title>
    
    </head>
    
    <body>
    </body>
    </html>
    ---------------------------------------------------------------------

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

    Default

    Hmm what do you mean when you say the script is used with a particular web cam? A web cam isn't a browser obviously...
    DD Admin

  3. #3
    Join Date
    Jul 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Hmm what do you mean when you say the script is used with a particular web cam? A web cam isn't a browser obviously...
    I meant that the video stream from that particular Toshiba camera model does not display properly within the dhtml window. Other cameras, such as the IQEye, Stardot, etc. display correctly using the same code.

    Have you tried accessing that camera to see what I mean?

    EDIT: I failed to mention that you have to use MS IE to watch the video stream, that is when the "effect" happens...
    Last edited by yirgach; 07-13-2010 at 09:22 PM.

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
  •