Dynamic Include Page?

  • Thread starter Thread starter Mr B
  • Start date Start date
M

Mr B

Is there a way to set up an INCLUDE page but have it change when the user mouses over certain links
on my page?

I basically want to change a cell of a table when the user puts the mouse on some links. Is this
something that I'd have to do with something like Javascript or can FP do this or would I have to
use something else?

It'd just be changing which page it's supposed to include and then refershing the content

Thanks.
 
No. You would have to use JavaScript DHTML to accomplish.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
What is the best way to accomplish this? Would I need to use CSS thigns and show/hide them or is
there a better way? I'd prefer to have all the information load up at the start and not have them
load up after the person puts the mouse on the item.
 
You would have to use CSS or JavaScript DHTML.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Mr B said:
What is the best way to accomplish this? Would I need to use CSS thigns and show/hide them or is
there a better way? I'd prefer to have all the information load up at the start and not have them
load up after the person puts the mouse on the item.
 
Back
Top