Hi Michael:

>><script language="JavaScript">
>>function openWindow(u, n, w, h)
>>{
>>  var win = window.open(u, n, "toolbar=no,location=no,"+
>>              "status=no,menubar=no,scrollbars=yes"+
>>            "width="+w+",height="+h);
>>}
>></script>
>
> Shouldn't it be 'scrollbar' instead of 'scrollbars' ?\

[Louis] No. From the url
http://www.devguru.com/technologies/ecmascript/quickref/win_open.html

I used as a reference for window.open(), it's 'scrollbars'. It's working
now. The "," missing before 'width' was the issue.

Thanks to everyone for helping.

Cheers.

-- 
I'm always learning something new everyday. Thanks Sluggers.


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to