|
-
Oct 10th, 2003, 04:39 AM
#1
Thread Starter
Randalf the Red
<Script Language=????>
We are using a JavaScript to validate email addresses and email domain names entered by users into html pages. The script is available at www.javascriptkit.com so I am not attaching it here. When we initially tested the script, it crashed on IE5.0 So we fumbled around till we reached the Language setting. We replaced the Language with "JavaScript 1.2" and the script worked alright. Later when we tested the script on IE6.0, it crashed, and this time, we had to rename the Language attribute to "JavaScript" without the version number.
So how can we make the scripts compatible for the different browser versions?
.
-
Oct 10th, 2003, 05:34 PM
#2
Frenzied Member
language="javascript"
isn't needed anymore as it is deprecated. shouldn't matter anyway.
-
Oct 11th, 2003, 10:35 PM
#3
Lively Member
<script language="javascript" type="text/javascript">
and its probably an error in thejavascript code, not that script tag

-morrowasted
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|