achieving an html function without using javascript...

OK,. I know how to do this in javascript, but I wnat to try to make sure that my site is accessible to all those who have JS disabled... As far as I can see this is not going to be possible atm... anyhow here's what I want...

Basically, the javascript function window.open allows you to set attributes to not show menubars, scrollbars and the like, and to set a size for the document - ideal for a small pop-up window showing an individual photo... can I popup a window of a certain szie minus scroll bars. menubars etc, without havign to use javascript?
2,841 views 2 replies
Reply #1 Top
http://qlink.queensu.ca/~9cw4/help/javascript/ explains how it could be done, but I'm not sure if the result is a 'pretty' as the Javascript version, actually I'm not even sure if it will allow you to set the size and menubars etc... but it's worth a look.
Reply #2 Top
Thanks very much Hell dragon that's what I was looking for

Seems like it'll need a bit of work before I can get it to do exactly what I want, but that's what web designs all about eh?

Thanks again