include pages

  • Thread starter Thread starter KaybyKay
  • Start date Start date
K

KaybyKay

I would like to have a navigation button which would change the include page
that is part of my html page. I have hunted for a way to do this. Is it at
all possible?
 
The include page must be changed manually.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I would like to have a navigation button which would change the include
page
: that is part of my html page. I have hunted for a way to do this. Is it
at
: all possible?
 
not exactly what you're looking for but have a peek at this:
http://simplejs.bleebot.com/
There's an ajax type function in there that can change the area of content
without reloading the whole page.
If you want help I'll be glad to jump in with you.

HTH
Chris

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 
Thanks, I will investigate.

I did try editing the html but could not think of a way to get the include
page in the right place.

I feel it should be like an excel if function; 'if (hyperlink text) is
clicked, then insert (include page) here, else do nothing'

The database function is not very pretty and a bit overkill when there are
only a few alternatives to select.
 
Not possible with the FP Include Page component as it is a design-time component, not a run-time
component.

A. Page content can be changed via server-side scripting, but requires a round-trip to the server.

B. Page content can be changed via JavaScript DHTML after the page is loaded in the browser.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
That stuff does look interesting. So thank you it may come in.

For now I think I am going to give up on it and do it another way.
 
Thank you. That, once again, would not really hit the requirement head on.
There are other ways to address the problem, so I will find another way. :)

At least, now, I know it definitely cannot be done.
 
Back
Top