| Author |
Script tag not working in Netscape6
|
Saras M.
Greenhorn
Joined: Feb 27, 2004
Posts: 1
|
|
<script language="JavaScript" src="Validationform.js"></script> Validationform.js contains some code for doing form validation. The above is included in <head> tag & this is working fine in IE5. When it comes to Netscape6 it failed. Can someone plz help me out. Thnx
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
Welcome to the Ranch "Saras M"! Please take a look at the JavaRanch Naming Policy and change your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear JSP Forum Bartender
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
|
Also, since this is purely an HTML question, I'm moving this along to the HTML/Javascript forum.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
What is the error that it is saying?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26166
|
|
Try typing into the location bar of netscape (where you type a url.) This will give a list of any syntax or runtime errors that netscape encounters while running the javascript.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Script tag not working in Netscape6
|
|
|