function start() is not found, while it IS there

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gill Bates

    function start() is not found, while it IS there

    Can you help ?

    <!doctype html public "-//W3C//DTD HTML 4.01 Frameset//EN">
    <html>
    <head>
    <title>set</title>
    <script type="text/ecmascript">
    var tid;
    function syncFrame (){
    boven.scrollTo (content.pageXO ffset, 0);
    links.scrollTo (0, content.pageYOf fset);
    }
    function start(){
    tid = setInterval('sy ncFrame()', 2000);
    alert('hi');
    }
    </script>
    </head>
    <frameset cols="25%,*" rows="10%,*" onload="start() ;">
    <frame name="control" src="control.ht ml" scrolling="auto " >
    <frame name="boven" src="http://arriba.student. utwente.nl/" scrolling="no"[color=blue]
    >[/color]
    <frame name="links" src="http://arriba.student. utwente.nl/" scrolling="no"[color=blue]
    >[/color]
    <frame name="content" src="http://arriba.student. utwente.nl/"
    scrolling="auto " >
    </frameset>
    </html>


  • Lee

    #2
    Re: function start() is not found, while it IS there

    Gill Bates said:[color=blue]
    >
    >Can you help ?
    >
    ><!doctype html public "-//W3C//DTD HTML 4.01 Frameset//EN">
    ><html>
    ><head>
    ><title>set</title>
    ><script type="text/ecmascript">[/color]

    <script type="text/javascript">

    Comment

    Working...