ldsmike88 Posted March 14, 2007 Share Posted March 14, 2007 What does a invalid argument error mean? Michael Quote Link to comment Share on other sites More sharing options...
fenway Posted March 15, 2007 Share Posted March 15, 2007 Hard to say, that one's kind of cryptic... post the code? Quote Link to comment Share on other sites More sharing options...
ldsmike88 Posted March 15, 2007 Author Share Posted March 15, 2007 I am using window.open() to open a new window. I figured out the problem. To use the function you have to have two variables in it: window.open('http://mysite.com/','windowName') My window name contained a space so that is what made it be an invalid argument. Do I HAVE to use insert a window name or can I use it without it? Quote Link to comment Share on other sites More sharing options...
ldsmike88 Posted March 15, 2007 Author Share Posted March 15, 2007 Ok. It works without it. Sorry, I guess I didn't need to post any of this. Thanks for helping though! Michael Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.