new page with pre-determined page size

windows

Guest
Is it possible to set the page size in the <a href> tag? I'm looking to link to a series of letters, some of which are small and would like to have them in new smaller windows.<!--content-->You can change the size and position of some browsers using Javascript it the user hasn't disabled that functionality (I have). You can't do it with <a> attributes. If you feel you really MUST do that then it's best to open a new window in the process. Of course some users (like me) will interfere with your ability to do that, too.<br />
<br />
Bottom line -- I'd recommend you not do it.<!--content-->thank you for your reply. I am planning on opening a new window, would I just use the size tags in the same <a href> command?<!--content-->You have to do that with Javascript, not tags.<br />
<br />
<!-- m --><a class="postlink" href="http://mozilla.org/docs/dom/domref/dom_window_ref76.html#1019331">http://mozilla.org/docs/dom/domref/dom_ ... ml#1019331</a><!-- m --><!--content-->A possiility is to make a long page with no jacascript, with the herf tags to open in a speciffic part of the page in which you space each of your letters sized in a container.<!--content-->thank you all for your help. the javascript is exactly what I needed.<!--content-->
 
Back
Top