Invalid Argument javascript error only on certain computers

Posted by Jen on Stack Overflow See other posts from Stack Overflow or by Jen
Published on 2010-11-18T23:31:30Z Indexed on 2010/12/25 14:54 UTC
Read the original article Hit count: 184

Filed under:
|

Getting an error whenever we click a particular button/link on our site. It is generating a javascript "Invalid Argument" error. I know in the other posts it is typically because it is a syntax error in the javascript however it only just seems to have started happening and it doesn't happen on all pcs.

ie. in our client's environment if I remote onto their web server and view the uat website I get the javascript error. If I remote onto their sql server and view the uat website I don't get the javascript error. If it was a syntax error then I would always get the error wouldn't I?

both browsers are the same version of IE6 (yeah I know...) :) I have tried deleting temporary internet files - including viewing the files and deleting them myself - but no joy.

client uses citrix.. and they're all getting the error :(

Any ideas would be appreciated - Thanks! :)

Update - Sorry I haven't posted specific code as there is too much to post (and I'm not sure where the error is occurring). The "button" launches a new window which in turn opens up a couple of aspx pages and calls lots of javascript. So the window opens ok, and there's a function that gets called to resize the window - but before it calls the resizing of the window/content it throws the invalid argument error. Am busy trying to get alerts to trigger to see if I can see where it's falling over but so far no luck.

Again not sure why this error doesn't occur when I use a particular PC (same browser version)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ASP.NET