Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] invalid argument in IE
- From: schalk at volume4.com (Schalk)
- Subject: [Javascript] invalid argument in IE
- Date: Wed May 31 06:21:58 2006
Greetings All,
I get an 'invalid argument' error in IE when executing the following code:
function popImage(image,width,height) {
this.image = image;
this.width = width;
this.height = height;
window.open(image, "Image Viewer", "width=" + width + ",height=" +
height + ",status=no,toolbar=no,menubar=no,location=no");
}
Any ideas why? Works fine in FF.
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
- Follow-Ups:
- [Javascript] invalid argument in IE
- From: M
- [Javascript] invalid argument in IE
- From: João Cândido de Souza Neto
- [Javascript] invalid argument in IE
- Prev by Date: [Javascript] Is integer?
- Next by Date: [Javascript] invalid argument in IE
- Previous by thread: [Javascript] CSS question , please
- Next by thread: [Javascript] invalid argument in IE
- Index(es):