File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Script tag not working in Netscape6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Script tag not working in Netscape6" Watch "Script tag not working in Netscape6" New topic
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
    
  13

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
    
  13

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
    
    6
What is the error that it is saying?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26166
    
  66

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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Script tag not working in Netscape6
 
Similar Threads
equivalent of html:rewrite in struts2
'please wait' message while jsp is loading
Problem in window resizing on Loading
Need to call javascript function from an html page.
Calling javascript's standard function in jsp