ldsmike88 Posted March 14, 2007 Share Posted March 14, 2007 What does a invalid argument error mean? Michael Link to comment https://forums.phpfreaks.com/topic/42764-solved-invalid-argument/ 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? Link to comment https://forums.phpfreaks.com/topic/42764-solved-invalid-argument/#findComment-207977 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? Link to comment https://forums.phpfreaks.com/topic/42764-solved-invalid-argument/#findComment-208009 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 Link to comment https://forums.phpfreaks.com/topic/42764-solved-invalid-argument/#findComment-208018 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.