Jeff - You are missing a double quote after the .js in the src tag.
| "Jeff" <[EMAIL PROTECTED]>
Sent by: [email protected] 02/03/2006 12:10 PM
|
|
I have a CGIDEV2 app that I am using _javascript_ in and there is some _javascript_ that is in just about all pages so I want to take that out and put it in it's own file. I have done this with other _javascript_ and it has worked fine. My problem with this one is that is it being called by using the following:
<body >
and I keep getting an error that says it cannot find the CheckRequirements object. The following line is in the <head> tag section:
<script langauge="_javascript_" src="">
and that is where the CheckRequirements routine is.
I have checked the apache config and that looks fine. LIke I said before, it is working with other _javascript_ in the same folder and in the same html, just not this one. I have also moved the previous line to other sections but I always get the same message. I am wondering if it has something to do with the onLoad part of the <body> tag and maybe it is not loaded before the onLoad section happens.
I have even tried an absolute path to the file and that has not worked.
Thanks for any help.
Jeff
YAHOO! GROUPS LINKS
- Visit your group "Easy400Group"
on the web.
- To unsubscribe from this group, send an email
to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
YAHOO! GROUPS LINKS
- Visit your group "Easy400Group" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
