PC Review


Reply
Thread Tools Rate Thread

Dialog box from hover-button

 
 
SteveB
Guest
Posts: n/a
 
      16th Aug 2003
Win XP and FP 2002.

I'm new to frontpage and web development. I want to
launch a small page from a hover-button as a dialog box.

In other words, click a hover button from a main page,
launch a dialog box that ovrelays the main page (like a
popup), collect some information, select OK and return to
the main page where the dialog was launched from.

I'd appreciate any help. Thanks.
 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      16th Aug 2003
Not possible to use JavaScript with the FP Hover button to popup a window.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, 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

"SteveB" <(E-Mail Removed)> wrote in message
news:026f01c36432$6248b3a0$(E-Mail Removed)...
> Win XP and FP 2002.
>
> I'm new to frontpage and web development. I want to
> launch a small page from a hover-button as a dialog box.
>
> In other words, click a hover button from a main page,
> launch a dialog box that ovrelays the main page (like a
> popup), collect some information, select OK and return to
> the main page where the dialog was launched from.
>
> I'd appreciate any help. Thanks.



 
Reply With Quote
 
E. T. Culling
Guest
Posts: n/a
 
      17th Aug 2003
Hover buttons are not supported by all browsers so it is best not to use
them any more.
ETC
"SteveB" <(E-Mail Removed)> wrote in message
news:026f01c36432$6248b3a0$(E-Mail Removed)...
> Win XP and FP 2002.
>
> I'm new to frontpage and web development. I want to
> launch a small page from a hover-button as a dialog box.
>
> In other words, click a hover button from a main page,
> launch a dialog box that ovrelays the main page (like a
> popup), collect some information, select OK and return to
> the main page where the dialog was launched from.
>
> I'd appreciate any help. Thanks.



 
Reply With Quote
 
SteveB
Guest
Posts: n/a
 
      17th Aug 2003
OK - Thanks. Can you suggest an alternative 'button'
technique for doint this? Thanks.
>-----Original Message-----
>Not possible to use JavaScript with the FP Hover button

to popup a window.
>
>--
>
>==============================================
>Thomas A. Rowe (Microsoft MVP - FrontPage)
>WEBMASTER Resources(tm)
>http://www.ycoln-resources.com
>FrontPage Resources, Forums, 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
>
>"SteveB" <(E-Mail Removed)> wrote in message
>news:026f01c36432$6248b3a0$(E-Mail Removed)...
>> Win XP and FP 2002.
>>
>> I'm new to frontpage and web development. I want to
>> launch a small page from a hover-button as a dialog

box.
>>
>> In other words, click a hover button from a main page,
>> launch a dialog box that ovrelays the main page (like a
>> popup), collect some information, select OK and return

to
>> the main page where the dialog was launched from.
>>
>> I'd appreciate any help. Thanks.

>
>
>.
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      17th Aug 2003
A regular image hyperlink to the JavaScript function.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, 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

"SteveB" <(E-Mail Removed)> wrote in message
news:033501c36453$ee75b320$(E-Mail Removed)...
> OK - Thanks. Can you suggest an alternative 'button'
> technique for doint this? Thanks.
> >-----Original Message-----
> >Hover buttons are not supported by all browsers so it is

> best not to use
> >them any more.
> >ETC
> >"SteveB" <(E-Mail Removed)> wrote in message
> >news:026f01c36432$6248b3a0$(E-Mail Removed)...
> >> Win XP and FP 2002.
> >>
> >> I'm new to frontpage and web development. I want to
> >> launch a small page from a hover-button as a dialog

> box.
> >>
> >> In other words, click a hover button from a main page,
> >> launch a dialog box that ovrelays the main page (like a
> >> popup), collect some information, select OK and return

> to
> >> the main page where the dialog was launched from.
> >>
> >> I'd appreciate any help. Thanks.

> >
> >
> >.
> >



 
Reply With Quote
 
chris freeman
Guest
Posts: n/a
 
      17th Aug 2003
Steve,

what type of effect are you trying to accomplish. If you
want to use the hover button, try setting the target to
_blank from the file selector dialog box. That will open
a new window. If it's different images you want, try
using a javascript. If its just a text format, try using
CSS.
>-----Original Message-----
>Win XP and FP 2002.
>
>I'm new to frontpage and web development. I want to
>launch a small page from a hover-button as a dialog

box.
>
>In other words, click a hover button from a main page,
>launch a dialog box that ovrelays the main page (like a
>popup), collect some information, select OK and return

to
>the main page where the dialog was launched from.
>
>I'd appreciate any help. Thanks.
>.
>

 
Reply With Quote
 
SteveB
Guest
Posts: n/a
 
      17th Aug 2003
Thanks. I don't necessarily want to use a hover button -
I just thought it would be easy and look nice.

The effect I'm trying to accomplish is to have a button
or image link that opens another window that overlays the
first, enter some information and then close it with a
button and be back at the first page. It would be nice
if the secondary window were just a dialog box window
without full internet navigation capability. It is
subordinate to the first page.

Thanks.

>-----Original Message-----
>Steve,
>
>what type of effect are you trying to accomplish. If you
>want to use the hover button, try setting the target to
>_blank from the file selector dialog box. That will open
>a new window. If it's different images you want, try
>using a javascript. If its just a text format, try using
>CSS.
>>-----Original Message-----
>>Win XP and FP 2002.
>>
>>I'm new to frontpage and web development. I want to
>>launch a small page from a hover-button as a dialog

>box.
>>
>>In other words, click a hover button from a main page,
>>launch a dialog box that ovrelays the main page (like a
>>popup), collect some information, select OK and return

>to
>>the main page where the dialog was launched from.
>>
>>I'd appreciate any help. Thanks.
>>.
>>

>.
>

 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      17th Aug 2003
you might want to look a little down this board for a string called "pop-up
ads", there is a bunch of info there that may help you.

"SteveB" <(E-Mail Removed)> wrote in message
news:007301c364ce$c885ac30$(E-Mail Removed)...
> Thanks. I don't necessarily want to use a hover button -
> I just thought it would be easy and look nice.
>
> The effect I'm trying to accomplish is to have a button
> or image link that opens another window that overlays the
> first, enter some information and then close it with a
> button and be back at the first page. It would be nice
> if the secondary window were just a dialog box window
> without full internet navigation capability. It is
> subordinate to the first page.
>
> Thanks.
>
> >-----Original Message-----
> >Steve,
> >
> >what type of effect are you trying to accomplish. If you
> >want to use the hover button, try setting the target to
> >_blank from the file selector dialog box. That will open
> >a new window. If it's different images you want, try
> >using a javascript. If its just a text format, try using
> >CSS.
> >>-----Original Message-----
> >>Win XP and FP 2002.
> >>
> >>I'm new to frontpage and web development. I want to
> >>launch a small page from a hover-button as a dialog

> >box.
> >>
> >>In other words, click a hover button from a main page,
> >>launch a dialog box that ovrelays the main page (like a
> >>popup), collect some information, select OK and return

> >to
> >>the main page where the dialog was launched from.
> >>
> >>I'd appreciate any help. Thanks.
> >>.
> >>

> >.
> >



 
Reply With Quote
 
SteveB
Guest
Posts: n/a
 
      18th Aug 2003
Chris,
Thanks, I was able to find some suggested script that
with some modificaiton comes closer to what I need. It
just occured to me that what I really want is for it to
work like this newsgroup message post I'm just now
editing.

In any case, now I just have to figure out how to launch
it from a button or button image instead of having it
immediately come up when reaching the page.

Thank you.


>-----Original Message-----
>you might want to look a little down this board for a

string called "pop-up
>ads", there is a bunch of info there that may help you.
>
>"SteveB" <(E-Mail Removed)> wrote in message
>news:007301c364ce$c885ac30$(E-Mail Removed)...
>> Thanks. I don't necessarily want to use a hover

button -
>> I just thought it would be easy and look nice.
>>
>> The effect I'm trying to accomplish is to have a button
>> or image link that opens another window that overlays

the
>> first, enter some information and then close it with a
>> button and be back at the first page. It would be nice
>> if the secondary window were just a dialog box window
>> without full internet navigation capability. It is
>> subordinate to the first page.
>>
>> Thanks.
>>
>> >-----Original Message-----
>> >Steve,
>> >
>> >what type of effect are you trying to accomplish. If

you
>> >want to use the hover button, try setting the target

to
>> >_blank from the file selector dialog box. That will

open
>> >a new window. If it's different images you want, try
>> >using a javascript. If its just a text format, try

using
>> >CSS.
>> >>-----Original Message-----
>> >>Win XP and FP 2002.
>> >>
>> >>I'm new to frontpage and web development. I want to
>> >>launch a small page from a hover-button as a dialog
>> >box.
>> >>
>> >>In other words, click a hover button from a main

page,
>> >>launch a dialog box that ovrelays the main page

(like a
>> >>popup), collect some information, select OK and

return
>> >to
>> >>the main page where the dialog was launched from.
>> >>
>> >>I'd appreciate any help. Thanks.
>> >>.
>> >>
>> >.
>> >

>
>
>.
>

 
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
Hover Button =?Utf-8?B?UmVuZWU=?= Microsoft Frontpage 4 21st Aug 2007 05:30 PM
The Hover Button does not work no button image =?Utf-8?B?R2VvZmZT?= Microsoft Frontpage 1 13th Mar 2006 06:18 PM
Hover Button Nasir Goda Microsoft Frontpage 1 9th Mar 2005 04:52 AM
Hover button Brad Microsoft ASP .NET 6 25th Jan 2004 08:29 PM
Hover Button Alan Microsoft Frontpage 2 8th Sep 2003 09:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:58 AM.