PC Review


Reply
Thread Tools Rate Thread

creating pop up windows in FP2002

 
 
PF
Guest
Posts: n/a
 
      8th Jul 2004
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
 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      8th Jul 2004
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)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"PF" <(E-Mail Removed)> wrote in message news:292a101c46512$ef0efc90$(E-Mail Removed)...
> 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



 
Reply With Quote
 
Jim Buyens
Guest
Posts: n/a
 
      8th Jul 2004
Howdy!

Please consult:

Displaying Popup Windows
http://www.interlacken.com/winnt/tip...ow.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)
|/---------------------------------------------------
*----------------------------------------------------


>-----Original Message-----
>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
>.
>

 
Reply With Quote
 
Jim Cheshire
Guest
Posts: n/a
 
      8th Jul 2004
PF wrote:
> 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.




 
Reply With Quote
 
Guy Lapierre
Guest
Posts: n/a
 
      8th Jul 2004
There is a good little Add-in called Spawn that works well for me.

--
Guy Lapierre
www.forefrontbusinesssolutions.com
"PF" <(E-Mail Removed)> wrote in message
news:292a101c46512$ef0efc90$(E-Mail Removed)...
> 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



 
Reply With Quote
 
MD Websunlimited
Guest
Posts: n/a
 
      9th Jul 2004
Hi PF,

Take a look at J-Bots Popup Window / Window Close components
http://www.websunlimited.com/order/P..._component.htm

Allows you to accomplish tasks that Spawn and the FP3 behavior do not.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Wish you could calculate form field totals? Well, you can with Form Calculator
http://www.websunlimited.com/order/P...c/formcalc.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

"PF" <(E-Mail Removed)> wrote in message news:292a101c46512$ef0efc90$(E-Mail Removed)...
> 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



 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      10th Jul 2004
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.

"PF" <(E-Mail Removed)> wrote in message
news:292a101c46512$ef0efc90$(E-Mail Removed)...
> 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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Install program trying to install FP2002 Richard MacKenzie Microsoft Frontpage 4 6th Nov 2006 09:15 PM
In FP2002 How to Remove Web Pages from ISP without Deleting from FP2002 AA Smith Microsoft Frontpage 5 24th Jul 2005 08:02 PM
need your help on FP2002 problem opening web or creating folder Ray Dar Microsoft Frontpage 7 31st Dec 2003 11:49 AM
Using Windows Indexing service with FP2002 Tom Miller Microsoft Frontpage 2 31st Dec 2003 11:09 AM
Re: Creating e-Cards/Postcards with FP2002 Thomas A. Rowe Microsoft Frontpage 0 13th Jul 2003 02:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:26 AM.