interactive buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Frontpage 2002. Buttons on my website that formerly worked with a
single click now require two. I've read that this is due to a change in IE
programming and I should replace the buttons with interactive buttons. What
are interactive buttons and how do I create them?
 
Interactive Buttons are only available with FrontPage 2003. You'll need to
upgrade if you want to use them. Is there a URL where we can see the
problem.
 
A simple solution is to use plain images as link or just text.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
The buttons you're using are Hover Buttons. These are Java Applets and if
people don't have the Java Virtual Machine on the PCs they won't be able to
see them. They can cause other issues as well. You're better off using two
images (one for mouseover and one for mouseout) and a JavaScript to handle
the rollover effect. You can get scripts at http://javascript.internet.com
 
thanks for your help David. can you tell me how to replace the buttons with
hyperlinks that will open the page in the frame to the right instead of the
frame that the hyperlink is in?
 
When you create the hyperlink, click the Target Frame button and put in the
name of the frame you want the link to appear in.
 
Back
Top