Skip Navigation

JavaScript Window Features

Add Your Comment! »»

The features for a newly openned JavaScript window are: width, height, menubar, status, scrollbars, resizable, toolbar, location, directories, and copyhistory. The first two are pixel sizes, while the rest are true/false. I'm sick of looking this up in Thau's JavaScript Tutorial every time, so I'm posting it here, for myself.

Por ejemplo:

win = window.open("page.html", "popupwin", "width=775,height=600,menubar=no,status=no,scrollbars=auto,resizable=yes,toolbar=no,location=no,directories=no,copyhistory=no");

Dec 8, 2005 |

«« Previous Entry  ·  Next Entry »»

How to Put Your Face Next to Your Comment

Add Your Comment to:  JavaScript Window Features


(Required not Shown)

(Optional, and Linked with 'Follow')



"Don't tell people how to do things. Tell them what to do and let them surprise you with their results."