Can you amend windows sizes on open??

liunx

Guest
Hi<br />
<br />
I wish to amend the size of a window which open up a webpage on a hyperlink. The linked-webpage is from another website and takes up the size of the screen and therefore you have to close the page in order to see my site again. Can I amend the size of the linked page so it only takes up say half the screen and therefore still see my website behind it?<br />
Hope this makes sense?<br />
<br />
Thanks !! Jackie<br />
<br />
Code from the left nav to open the link is :<br />
<br />
<p align="center"><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.multimap.com/p/browse.cgi?pc=GL15RZ&GridE=&GridN=&scale=10000&title=Carnet&cat=ind" target="main">how to find us</a><br />
</p><!--content-->Please try the following<br />
<br />
<br />
<p align="center"> <br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#null" onclick="window.open('http://www.multimap.com/p/browse.cgi?pc=GL15RZ&GridE=&GridN=&scale=10000&title=Carnet&cat=ind','','width=400,height=400')">how to find us</a> <br />
</p><!--content-->Mr J<br />
<br />
Thats great - thank you!!<br />
<br />
Using the original code, could I of changed it so the page would open in the main frame of the webpage?<br />
main frame is "main.htm"? For future reference as I also found this hard to do?<br />
<br />
Thanks alot for your help!<br />
<br />
Jackie<!--content-->To load into another frame<br />
<br />
<br />
<p align="center"> <br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"#null" onclick="parent.frameName .location='http://www.multimap.com/p/browse.cgi?pc=GL15RZ&GridE=&GridN=&scale=10000&title=Carnet&cat=ind'">how to find us</a> <br />
</p><br />
<br />
<br />
Where frameName is the name of your frame<!--content-->This also works for me.<br />
<br />
Thanks alot for your help<br />
<br />
Jackie<!--content-->
 
Back
Top