Include javascript file

rita

Newcomer
Joined
Jun 19, 2003
Messages
12
Hi, I include a javascript file into an ASP.Net page
<script language="javascript" src="Scripts/MyFile.js"></script>

when I run the page from my PC everything is OK. but when I run it from other PCs an error occured in javascript code.

any help it's urgent
 
Oh? other PCs mean you link from second machine but point to same IIS server?

Is it the same browser & version between these 2 machine?
 
the two machines have the same browser (ie) but 2 different versions.
This is normal since I cannot control every client's browser version.
Anyways both versions are 6.x ( the x is the difference)
 
Back
Top