creating pop up windows in FP2002

  • Thread starter Thread starter PF
  • Start date Start date
P

PF

Hello!

I am trying to create a user motivated pop up window. I
have an image that I have mapped with hyperlinks to my
selected pages. I want the user to click on the hotspots
and get a window to pop up in a window with no tool bars,
address bars, etc. I have searched all the areas I know to
search looking for this answer. I have found a javascript
that will do one. I have a picture with 8 areas hotlinked.
Can this be done in HTML?

Thanks in advance for you help!
PF
 
You have to use JavaScript and then modified your imagemap links to call the JavaScript popup window
function in HTML / Code view.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Howdy!

Please consult:

Displaying Popup Windows
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=45

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
PF said:
Hello!

I am trying to create a user motivated pop up window. I
have an image that I have mapped with hyperlinks to my
selected pages. I want the user to click on the hotspots
and get a window to pop up in a window with no tool bars,
address bars, etc. I have searched all the areas I know to
search looking for this answer. I have found a javascript
that will do one. I have a picture with 8 areas hotlinked.
Can this be done in HTML?

Thanks in advance for you help!
PF


In FrontPage 2003, you can use Behaviors to do this easily. I go into
detail on that in my book.

In FrontPage 2002 and earlier, you can use Spawn, a free add-in available at
my Web site.

--
Jim Cheshire
Jimco
http://www.jimcoaddins.com
================================
Author of Special Edition
Using Microsoft Office FrontPage 2003
5 Stars on Amazon and B&N
================================
The opinions expressed by me in the
newsgroups are my own opinions and
are in no way associated with my
employer or any other party. Jimco is
not associated in any way with any other
entity.
 
the best utility for popup windows I've found is at www.jimcoaddins.com
there are others (webpage based wizards that generate the code for you much the
same as the utility above, but this utility 'plugs-in" to frontpage and appears
under the tools menu.
 
Back
Top