How do I create a small information window in FrontPage?

G

Guest

I want my website users to be able to click on a hyperlink and have a small
"informational" window come up with the information they need. It would
layer on top of the current website but they could close it and return to the
page they were on. I know how to get a hyperlink to open in a new window but
can't figure out how to size the window smaller. VERY NEW USER without any
training but I've built a pretty nice website. http://BraceletsOfHope.com

HELP!
 
G

Guest

<a href="#"
onClick="MyWindow=window.open('page.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=875,height=650,left=10,top=5'); return false;"> Click here</a>

Change "page.htm" to whatever file you want to open in this window. Play
with 'width' and 'height' to size the window as you want and 'left' and 'top'
to align the window where you want it on the screen.
 
G

Guest

Hi. I just discovered this earlier this week... Click on Help & search for
information on "behaviors". When you are ready, it is under the Tools Menu.
You can highlight your text & have it open a simple text box (very easy to
make with this feature) or have a popup window (web page) appear. Setting the
dimensions is a snap. Also, you can decide if you want those popups to appear
by clicking on the text, cursor passing over it, etc. Good luck.
 
G

Guest

I'm not finding Behaviors in my FrontPage. I use FrontPage 2002. HELP!
Thanks in advance.
 
T

Tom Pepper Willett

Behaviors is only available in FP 2003.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| I'm not finding Behaviors in my FrontPage. I use FrontPage 2002. HELP!
| Thanks in advance.
|
| "Canafornian" wrote:
|
| > Hi. I just discovered this earlier this week... Click on Help & search
for
| > information on "behaviors". When you are ready, it is under the Tools
Menu.
| > You can highlight your text & have it open a simple text box (very easy
to
| > make with this feature) or have a popup window (web page) appear.
Setting the
| > dimensions is a snap. Also, you can decide if you want those popups to
appear
| > by clicking on the text, cursor passing over it, etc. Good luck.
| >
| > "KSDesigns" wrote:
| >
| > > I want my website users to be able to click on a hyperlink and have a
small
| > > "informational" window come up with the information they need. It
would
| > > layer on top of the current website but they could close it and return
to the
| > > page they were on. I know how to get a hyperlink to open in a new
window but
| > > can't figure out how to size the window smaller. VERY NEW USER
without any
| > > training but I've built a pretty nice website.
http://BraceletsOfHope.com
| > >
| > > HELP!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top