|
|
Q805 How can you get more precise control over the phsycial attributes of each new window using open.window?
irt.org | Knowledge Base | JavaScript | Window | Q805 [ previous next ] Q805 How can you get more precise control over the phsycial attributes of each new window using open.window?You can either have different instances of the window.open method in the document:
Or you create your own function and pass it the required attributes:
The first method is easiest. |
-- div -->
|