Rollover to change includes pages

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

Guest

I am trying to use a rollover command to change an includes page on my site.
I currently have a default image that is in an includes page positioned in a
table on the left side of the page. The page is a directory of organizations
in our area. I am wanting to have it so that when someone rolls their mouse
over the organizational name, the includes page changes to that organizations
general information (name, address, phone, etc). I can create the multiple
includes pages for each organization. My problem is figuring out the code to
use to change the includes. Any suggestions?

The sample site for this function is sitting at
http://cba.media317.com/directory.htm
 
A standard include page is a design time only tool.
It only changes the pages that use it when the include is saved using the FrontPage editor.

You need to use a different method, such as a server side include.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
You can not change include content once it is in the browser either via FP Includes (design-time) or
SSI (included when the page is requested by the browser from the server).

Consider using a database driven application with server-side scripting and DHTML, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
I don't see any example of what you're after - it looks like that site is
under construction and whatever it was (that you mention below) has been
removed.
 
Back
Top