In Frontpage when setting up a pop-up window, how do I change the.

G

Guest

I'm new to Frontpage, so excuse my ignorance. I have a few words of text
that I want to show a pop-up window when clicked on. I first tried a
hyperlink, but that took the user to another page which is what I didn't want
to do. I was successful creating the pop-up in behaviors and they now work
just fine. My problem is that I want the mouse cursor to change to a pointer
or something that tells the user to click here. I got that when I
hyperlinked, but not when i created a pop-up. If anybody has any ideas I
would greatly appreciate the help.
 
C

Chuck Davis

kerry said:
I'm new to Frontpage, so excuse my ignorance. I have a few words of text
that I want to show a pop-up window when clicked on. I first tried a
hyperlink, but that took the user to another page which is what I didn't
want
to do. I was successful creating the pop-up in behaviors and they now
work
just fine. My problem is that I want the mouse cursor to change to a
pointer
or something that tells the user to click here. I got that when I
hyperlinked, but not when i created a pop-up. If anybody has any ideas I
would greatly appreciate the help.

I use this code:
<a
href="javascript:location=location;window.open('http://www.domain.com/popups/consider.htm','cons','height=400,width=650,scrollbars=yes,resizable=yes')">Considerations
in Buying a Computer</a>

Create a folder called popups to contain all of the smaller pages. Change
the domain names title of the popup etc.

You can see this work at: http://www.myscacc.org/classdescriptions.htm
 

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