Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: function not finishing?


Message #1 by "Tony" <one_dev@h...> on Thu, 28 Jun 2001 13:00:52 -0500
Does anyone know why the hourglass sybol keeps turning next to the mouse
pointer after I use a link to call a JavaScript function to load a frame?
The frame load fine, but the hourglass keeps turning in the frame with the
link.


function loadFrame( myURL)
{
    parent.right.navigate(myURL);
}

<a href="JavaScript:loadFrame( 'someURL.htm');">Load</a>



Thanks



  Return to Index