• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

[HTML] Windows Dimensions

Matheo

Junior Member
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
 
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-
 
Back
Top