Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] invalid argument in IE
- From: lists at gazelasport.sk (M)
- Subject: [Javascript] invalid argument in IE
- Date: Wed May 31 06:54:12 2006
Schalk wrote:
> 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");
> }
windowName can contain only alphanumeric or underscore (_) characters.
Yours contain space
- References:
- [Javascript] invalid argument in IE
- From: Schalk
- [Javascript] invalid argument in IE
- Prev by Date: [Javascript] invalid argument in IE
- Next by Date: [Javascript] invalid argument in IE
- Previous by thread: [Javascript] invalid argument in IE
- Next by thread: [Javascript] invalid argument in IE
- Index(es):