-
eval() not working in FF3
Hi,
I have a problem with the firefox browser executing the eval() in javascript.
function retrieveN(responseObject){
--
var responseValues=eval('('+ responseObject.responseText+')');
--
}
The code works fine with IE, but not in firefox. It doesn't show any error, but there is no output too.
I have given alert statements everywhere in my code..and my alert statement after this eval() is not displayed. Can anyone help me soon..its urgent..
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks