[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Shannon

4/17/2004 7:33:00 PM

I want to have a link open up (in a new window) a certain
size? Can that be done?
4 Answers

JDR

4/17/2004 7:51:00 PM

0

Shannon

Yes, you can define a new window size by using java script

Spawn will help you with these: http://www.jimcoaddins.com/...

JD
************

Tom Pepper

4/17/2004 7:54:00 PM

0

Yes. Download the free FP addin "Spawn" from www.jimcoaddins.com

--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/de...
http://msdn.microsoft.com/office/understanding/...
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/news...
=====================================================
"Shannon" <sceimaging@aol.com> wrote in message
news:05b201c424b2$dc6c24f0$a501280a@phx.gbl...
| I want to have a link open up (in a new window) a certain
| size? Can that be done?


cookoonest

4/17/2004 8:36:00 PM

0

Put this in the body tag of the linked to page.

<body onLoad="window.resizeTo(?,?);">

?=width and height in pixels


"Shannon" <sceimaging@aol.com> wrote in message
news:05b201c424b2$dc6c24f0$a501280a@phx.gbl...
> I want to have a link open up (in a new window) a certain
> size? Can that be done?


Shannon

4/17/2004 8:58:00 PM

0

Thanks!!!


>-----Original Message-----
>I want to have a link open up (in a new window) a certain
>size? Can that be done?
>.
>