HTML Page Size

liunx

Guest
Hi,<br />
<br />
I am using Dreamweaver 4 and using hyperlinks to open up HTML pages in a separate window.<br />
How can I control the height and width of the separate window?<br />
<br />
Regards,<br />
<br />
Alan<!--content-->You will have to "roll up your sleeves" and look at the code that DW has produced. <br />
<br />
Does it specify a "target" attribute in the link? If so, you will have to put some script in the page that is opened to resize the window.<br />
<br />
Does it specify "window.open()" in the link? If so, you can add parameters to the function. See <!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp">http://msdn.microsoft.com/workshop/auth ... open_0.asp</a><!-- m --> for an explanation.<!--content-->
 
Back
Top