Jim
Fri Jul 25 12:24:54 CDT 2003
If you want the window to be 25% of the window size, that won't work. 25%
of an 800x600 screen is completely different than 25% of a 1200x1024 screen!
:)
--
Jim Cheshire
Jimco Add-ins
Add-ins for FrontPage 2000-2003
http://www.jimcoaddins.com
===============================
Co-author of Special Edition
Using Microsoft FrontPage 2003
"carmen" <carmen@marric.com> wrote in message
news:1cf001c352d1$5f0ebdf0$a001280a@phx.gbl...
> Sure, this one is easy. Here's piece of sample code which
> you should place between the <BODY> tags and edit to get
> the size you want where the width and height dimenions
> are indicated:
>
> <a href="#" onClick="window.open
> ('yourpage.htm', 'YourPageName','width=500,height=400,scro
> llbars=yes,resizable=yes,status=yes');"><img
> src="YourProductImage.gif" width="196" height="113"
> border="0"></a>
>