while that's difficult to read, let me see if I interpreted correctly.

While loading  a webpage from the localhost URL the javascript file included in 
that web page does not fully load, and in the middle of loading, hangs or 
crashes? And then you open the page in Internet Explorer it reads done? 
Not sure what you're trying to accomplish per se, but if in the BODY tag of the 
JSP/HTML page, whatever it is, if you'll put the onLoad() command there and 
call the function accordingly.

Example

<body onLoad="gotoPage();">

where gotoPage() is a function referencing a js script up in the head tags.

Is this what you're trying to do?

Let me know if that helps you.

-----Original Message-----
From: Le Phuoc Canh [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 08, 2007 7:13 PM
To: Tomcat Users List
Subject: Please help me about loading javascript...


I don't know why loading a webpage from localhost, file javascript which
include in that webpage not loading full, it will stop at the middle, while
i open that webpage direct by "internet explore", i will done.
Please help me about it.
Thanks a lot & Best Regard.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to