Website Menu

create one menu for all pages in site

Page 1 of 1

6 Replies - 3155 Views - Last Post: 12 August 2005 - 08:07 AM

#1 8cats  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 37
  • Joined: 30-December 04

Website Menu

Posted 30 December 2004 - 01:18 PM

I am using the AOL server to host my personal Website. I would like to be able to have one menu shared by all my pages. In other words, if I need to update the menu, I don't want to have to go to every page to do it.

I read about using SSI, but AOL cannot support this. At a company I once worked for, I helped maintain the company Website using .asp pages instead of html pages which allowed a link to a common menu. I don't know if AOL can support asp.

I do low level programming, so I love a challenge with various scripts.

What scripts or programs can I use to accomplish this on the AOL server?

Any help is appreciated!

Is This A Good Question/Topic? 0
  • +

Replies To: Website Menu

#2 skyhawk133  Icon User is offline

  • Head DIC Head
  • member icon

Reputation: 1813
  • View blog
  • Posts: 20,232
  • Joined: 17-March 01

Re: Website Menu

Posted 30 December 2004 - 01:21 PM

I doubt they support PHP or ASP if they don't support SSI... so I guess you could always include an external javacsript file and actually have it use the write function to echo HTML to the page...

Someone else jump in if you have a better idea.
Was This Post Helpful? 0
  • +
  • -

#3 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,641
  • Joined: 21-March 01

Re: Website Menu

Posted 30 December 2004 - 01:22 PM

frames maybe? thats the best i got, i dont think aol supports much of anything server-side. dunno though, never had them personally.
Was This Post Helpful? 0
  • +
  • -

#4 8cats  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 37
  • Joined: 30-December 04

Re: Website Menu

Posted 30 December 2004 - 01:27 PM

I forgot to mention that I wanted to avoid frames, but it looks like it might be the only way.
Was This Post Helpful? 0
  • +
  • -

#5 skyhawk133  Icon User is offline

  • Head DIC Head
  • member icon

Reputation: 1813
  • View blog
  • Posts: 20,232
  • Joined: 17-March 01

Re: Website Menu

Posted 30 December 2004 - 01:36 PM

The javascript would work, it would just be clunky... you could just do a bunch of document.write() statements and throw your HTML in them... then include the .js file. Since javascript is 100% clientside, you wouldn't rely on AOL, but you might exlucde some users from seeing your site due to browser limitations.
Was This Post Helpful? 0
  • +
  • -

#6 sontek  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 8
  • View blog
  • Posts: 283
  • Joined: 13-September 01

Re: Website Menu

Posted 11 August 2005 - 05:02 PM

Use TCL
Was This Post Helpful? 0
  • +
  • -

#7 8cats  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 37
  • Joined: 30-December 04

Re: Website Menu

Posted 12 August 2005 - 08:07 AM

Thanks, but your a little late. I just looked up TCL, and it looks interesting, but I'm not sure if AOL supports it. I used the .js file and it works GREAT! It was easy to do and now I don't have to update each page's menu every time I add something. I only have one file to update. Initially I had to revise every page to link to the .js file, but my site is small, so it wasn't a lot of work. Now it's so much better!

Thanks anyway.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1