This week's giveaway is in the Testing forum. We're giving away four copies of TDD for a Shopping Website LiveProject and have Steven Solomon on-line! See this thread for details.
Hai My JSP page work in IE5.0 and not working in Netscape Communicator. i'm using Tomcat webserver. span class in html is also not working in Netscape. my page contains 3 frames.with button and some javascript function. dasan.
Make sure that your java script is working properly cause at times some scripts work in IE but not in netscape... better check all your javascript in netscape at the time of coding them and ..is your java script fuction called at the time of loading the page? if thats the case then check out the script for minor errors.
Originally posted by Dharmesh Chheda: Make sure that your java script is working properly cause at times some scripts work in IE but not in netscape... better check all your javascript in netscape at the time of coding them and ..is your java script fuction called at the time of loading the page? if thats the case then check out the script for minor errors.
Hai problem in the <input type> For IE i put without using <form>. In netscape its shows tag not ended properly. onclick is not working when i use <form>
Hi arun, First of all netscape won't take input type without form. As netscape parse the whole code if you haven't followed the proper pattern then it will show error. And also while calling input type you need to write "document.formname.inputtype.value". This is the way of calling input type in both the browser. Without document it will work perfectly in IE but not in Netscape. I hope this gives you some help. abhinav
Yep! IE is really forgiving, while Netscape is not at all. You have to end all your tags, etc. Before putting anything out thetre make sure you verify that it works in both browsers. You can post to the HTML/JavaScript forum for more info. ------------------ Bosun SCJP for the Java� 2 Platform
Bosun (SCJP, SCWCD).
So much trouble in the world -- Bob Marley