Debug your other script.
If you take a look at the source of the page where you are getting
this error, you will find this wee bit of script...
<script language="javascript">
<!--
var Page_ValidationActive = false;
if (typeof(clientInformation) != "undefined" &&
clientInformation.appName.indexOf("Explorer") != -1) {
if (typeof(Page_ValidationVer) == "undefined")
alert("Unable to find script library
'/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing
this file manually, or reinstall by running 'aspnet_regiis -c'.");
else if (Page_ValidationVer != "125")
alert("This page uses an incorrect version of
WebUIValidation.js. The page expects version 125. The script library
is " + Page_ValidationVer + ".");
else
ValidatorOnLoad();
}
You'll see that the script can't find the Page_ValidationVer variable,
so it is triggering the message. If your page worked before you added
the external script, it is safe to bet that is where the error lies.
On 5/16/05, scaevola637 <[EMAIL PROTECTED]> wrote:
> IN case anyone is interested, the actual error message says this:
> "unable to find script
> library 'aspnet_client/system_web/1_1_4322/webuivalidation.js"
>
> --- In [email protected], "scaevola637"
> <[EMAIL PROTECTED]> wrote:
> > When I include Javascipt in the header with a "<script src="
> > then the javascript for datagrids and validation stops working. Is
> it
> > possible to include more than one external javascript file?
> >
> > Is there a way around this?
>
> Yahoo! Groups Links
>
>
>
>
>
--
Dean Fiala
Very Practical Software, Inc
http://www.vpsw.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/