0

while opening a page to view my Form in my application i am getting the error as [Exception... "'Syntax error, unrecognized expression: #' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no]

i dont know why its so??? please suggest me.

i am having JQuery and Php in my page..

2
  • 1
    you should post your code .... Commented Sep 16, 2009 at 7:23
  • 1
    This one is in your javascript part, not PHP (although, of course, it may be caused by PHP code). Commented Sep 16, 2009 at 7:25

2 Answers 2

1

This is an old FireFox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=261423

You can use autocomplete='off' to get rid of it.

Sign up to request clarification or add additional context in comments.

2 Comments

how to set autocomplete='off'
i am not having any auto complete feature in this page .. Its in another page only.
0

It is hard to debug these kinds of problems. I guess you are using Firefox. Try using another browser's error reporting feature, I recommend Opera. If you are using AJAX services try checking your address sent data and check if your produced XML is valid.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.