target frame size

B

Bryan England

How can I dictate the size of a new window created when someone clicks on a
hot spot link? I want to do something similar to a pop up window but from a
hot spot link on an image on a web page.

thanks
Bryan
 
M

MD Websunlimited

Hi Bryan,

You'll have to add an onclick event handler to link in the hotspot.

To create the Popup window you may wish to take a look at J-Bots Pop/up Window component and use the Function Only feature.
http://www.websunlimited.com/order/Product/General/popup_window_component.htm

See the tutorial at http://www.websunlimited.com/order/Product/General/Tutorials/popupwin_imagemap.htm


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
J-Bots Plus 2002 87 components for FrontPage
http://www.websunlimited.com/order/Product/JBP2002/jbp_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
 
B

Bryan England

Thanks. I'll check it out. Sounds like the ticket!

Bryan
MD Websunlimited said:
Hi Bryan,

You'll have to add an onclick event handler to link in the hotspot.

To create the Popup window you may wish to take a look at J-Bots Pop/up
Window component and use the Function Only feature.
 
B

Bryan England

that works great!

Thanks!

Bryan
MD Websunlimited said:
Hi Bryan,

You'll have to add an onclick event handler to link in the hotspot.

To create the Popup window you may wish to take a look at J-Bots Pop/up
Window component and use the Function Only feature.
 
T

Thomas A. Rowe

It requires JavaScript to create the popup window, whether it if from a standard link or hot spot
link. Check under Behaviors or check out Spawn at http://www.jimcoaddins.com, a free FP add-in.


--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

JCO

Thomas is correct.
I've used the Jimco addins exactly for specifying the popup size and it
works very well.
It will work for you hotspots perfectly. Specifically, you want the Jimco
Spawn which is free to download.
 
Top