javascript thread: function not finishing?
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
|





