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

Spry Menus

Explorer ,
Apr 04, 2008 Apr 04, 2008
I would like to have a menu option on a Spry menu bar that is grayed out unless someone is a customer. Upon checking the database, if they are a customer, then activate the particular menu in the Spry bar.

Is there a way to do this in Dreamweaver without getting into the code?
TOPICS
Server side applications
399
Translate
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 ,
Apr 05, 2008 Apr 05, 2008
No. Which platform? Php, asp classic

DreamerJim wrote:

> I would like to have a menu option on a Spry menu bar that is grayed
> out unless someone is a customer. Upon checking the database, if
> they are a customer, then activate the particular menu in the Spry
> bar.
>
> Is there a way to do this in Dreamweaver without getting into the
> code?



--

Translate
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
Explorer ,
Apr 05, 2008 Apr 05, 2008
PHP, MySQL,

Couldn't find anything, seems like there should be as this has been around for quite some time in the client server world. The closest I came was screen password security by access level - works ok but not as slick.
Translate
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
Guest
Apr 07, 2008 Apr 07, 2008
LATEST
I wonder the same thing. For instance, using PHP, I suppose I can go to codeview and display certain menus depending on whether the person in logged in. (Example: why display the "log out" menu when a person isn't even logged in? The converse is also true.) I'll have this figured out in the next couple of days (weeks?) After all, the Spry Menus are just JavaScript. I suppose if session variables are active, you can display any menu you want, depending on whether the person is logged in, and what kind of access you give them. I just haven't gotten that far.
Translate
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