Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

reusable menu

New Here ,
Jan 07, 2009 Jan 07, 2009

Copy link to clipboard

Copied

I want to develop a create once/deploy everywhere menu so that changes at one place will automatically update all of the web pages that use the menu.

The only way I know to do this is frames or server side includes. My supervisor does not want me to use frames and our company has eliminated support for SSI on our servers citing security issues.

Is there a way I can do this with ASP and a database? I use this all the time for delivery content to the page, but I had never tried it to create a menu.

If anyone can point me to a tutoprial (or even a COTS product) that would help me do this I would appreciate it.

- Tom
TOPICS
Server side applications

Views

250
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 07, 2009 Jan 07, 2009

Copy link to clipboard

Copied

LATEST
> Is there a way I can do this with ASP and a database?

Yes, sure.

> If anyone can point me to a tutoprial (or even a COTS product) that would
> help
> me do this I would appreciate it.

I don't know of a tutorial, but it should be simple to concoct the process -

data table with two fields -

menuText
menuLink

Repeat region to cycle through the recordset printing the text to the page
and wrapping it with the link.

It gets more complex for a fly-out or drop-down, but should be not so hard
to incorporate a level field into the table that specifies the 'tree' of the
menu.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"TomHuffman" <webforumsuser@macromedia.com> wrote in message
news:gk321i$okb$1@forums.macromedia.com...
>I want to develop a create once/deploy everywhere menu so that changes at
>one
> place will automatically update all of the web pages that use the menu.
>
> The only way I know to do this is frames or server side includes. My
> supervisor does not want me to use frames and our company has eliminated
> support for SSI on our servers citing security issues.
>
> Is there a way I can do this with ASP and a database? I use this all the
> time
> for delivery content to the page, but I had never tried it to create a
> menu.
>
> If anyone can point me to a tutoprial (or even a COTS product) that would
> help
> me do this I would appreciate it.
>
> - Tom
>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines