No, the timer thing is not what I looking for but I've
found a way to do sync downloads with i.e. using xml:
xml=new ActiveXObject("Microsoft.XMLDOM")
xml.load("myfile.html")
var node=xml.selectSingleNode("/html")
alert(node.text)
Does anyone knows how to get the above or similar
working in netscape (cross browser)?
--
Raymond
--- "Pickup, Jordan" <[EMAIL PROTECTED]> wrote:
> Why don't you just use a setTimeout() to call a
> function that checks if the
> page is loaded every certain number of milliseconds.
> That way your page can
> continue to execute other javascript while waiting
> and you still get
> notified when (approximately) the other frame has
> finished loading.
>
> Would that not work?
>
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger.
http://im.yahoo.com
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help