[HTML] Windows Dimensions

Matheo

Junior Member
Nov 15, 1999
24
0
0
Hi !

I have a little problem about HTML code. I want to open a new window without menubar neither toolbar and with a specific width and height when I click on a hyperlink.

How can I do that ?

Thank you
 

stndn

Golden Member
Mar 10, 2001
1,886
0
0
this should do it:

window.open('a.html','','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,width=640,height=480')

that will give you nothing other than html.... substitute width/height as you want it to be...

also, you may want to check zdnet javascript library

-245-