Click to See Complete Forum and Search --> : navigation bars


ajn1888
03-11-2003, 09:43 AM
Hi

I currently have an intranet site at work which I am trying to develop a top and side navigation bar.

The html/css for creating the nav bars isn't the problem but how can I structure my pages so I can call the same nav bars into the pages without using frames, i.e. incase I change the nav bar, I change it in one doc and it changes the nav bars in all the other docs...

Thanks in advance...

ajn

pyro
03-11-2003, 10:05 AM
Are you able to use PHP or SSI on the intranet?

ajn1888
03-11-2003, 10:30 AM
I don't know...

I am using asp.net which I am new to, so I have the .net framework installed.

ajn

pyro
03-11-2003, 10:44 AM
Well, I'm sure it can be done with that, but I don't know any ASP. Head over to the ASP forum and ask...

ajn1888
03-11-2003, 10:52 AM
cheers pyro...

ajn

pyro
03-11-2003, 10:55 AM
If I can catch you... I just did a quick search. It looks like you do includes the same way as with SSI.

<!-- #include file ="yourfile.htm" -->