Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone explain what this error means and how to solve it?

I am trying to execute client side validations using asp.net.

I am getting this error in mozilla fire fox

uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLInputElement.selectionStart]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: :: <top_level> :: line 0" data: no]
</top_level>


In IE this error is not arising and every thing is working fine.

this issue is arising on button click.

I cant paste the code cause its really huge designing code and i dont think anyone is going to read or analyze the code. if anyone want I'll paste it.


thank you in advance.
Posted
Updated 22-Jun-11 23:07pm
v5
Comments
Dalek Dave 23-Jun-11 4:09am    
Edited for Readability.
thatraja 23-Jun-11 4:50am    
Need more details
Sandeep Mewara 23-Jun-11 5:16am    
Why posting the same stuff again? http://www.codeproject.com/Questions/214337/validations-not-firing-in-fire-fox

You should edit the previous one to add more details if you want to. Use comment feature to interact with answerer.

1 solution

This[^] is how you solve an issue like that.

As you give us no ideas what code you;re running when the error occurs, I can't do a more specific search, but you get the idea.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900