PDA

View Full Version : Problems with Javascript & IE 5.5


coolvandana
08-16-2002, 11:23 AM
Hi All,
Kindly post me the answer asap. Thx a lot in advance.
We have developed an application in Asp and SQL 7.

For the client side validation we have used Javascript ver 1.2.

It works perfectly on IE 5 and IE 5.5 for the simple validations such as entered values should be numeric or should not be null.

But assuming when any conditions such as if any duplicate values entered by the end user is to be checked and then a suitable alert message is to be displayed then IE 5.5 gives an error page with the message .

Example.
If the Department Master contains a department named 'Finance' and assuming the end user tries inserting a the same department then using VB script condition is checked at the Server side.

If the department doesn't exists the record is inserted else it displayed an alert saying the 'Department already exists'

The above mentioned alert msg is displayed properly in IE 5 but shows the following error page in IE 5.5

'The page cannot be displayed
' Row handle referred to a deleted row or a row marked for deletion


Surprisingly in the Modify mode the alert msg is displayed in IE 5 as well as 5.5 if the department name is modified to an already existing department name.


Thx and Rgds
Vandana

beetle
08-16-2002, 01:32 PM
Uh, I'm not 100% sure, but this doesn't sound like a JS problem

Philip M
08-16-2002, 06:40 PM
"Kindly post me the answer asap. Thx a lot in advance. "

I have the idea that some people will not be too keen to jump to it as suggested. Rudeness rarely gets a positive response.

brothercake
08-16-2002, 06:44 PM
hmmm .. well "thanks in advance" is a turn off for me as well, but I don't think that's the reason in this case.

Your problem is not a javascript issues; it looks (from the error message) like a SQL server error message.