JavaScript Window Features
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");
Trackback: http://philsown.org/2005/12/javascript-window-features/trackback
How to Put Your Face Next to Your Comment