Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error handling in Netscape

Status
Not open for further replies.

shmmeee

Programmer
Apr 17, 2001
104
GB
I've got a function that is called when a form is submitted. This function is likely to produce errors so I have used a try...catch block. However this only seems to work in MSIE and not in Netscape 4.75. I've tried using onError but because you have to return true in the error handling function the page reloads. Is there either another error handling function in Netscape or a way to return false from the error handling function?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top