Page view counter

Program administrative mernu selection

Last post 04-26-2004 4:54 PM by rjdudley. 3 replies.

Sort Posts:

  • Program administrative mernu selection

    04-25-2004, 9:36 PM
    • Loading...
    • thuhue
    • Joined on 09-18-2003, 1:54 PM
    • Posts 1,630
    • Points 6,234
    Many web sites include username/password checking upon logon reserved for administrative use in one of the following:

    (1) A username/password logon window appears immediately when the user accesses the site.

    (2) The site would include on the main menu an administrative selection the user can click on to bring up the administrative logon window as described in (1).

    Here's my question on (2): How can we program the page to display the administrative menu selection only for preselected user IP addresses and hide the menu item completely for all others?

    Thanks for any contribution.
    Please mark the post(s) that have helped you as "Answer"
  • Re: Program administrative mernu selection

    04-26-2004, 8:46 AM
    • Loading...
    • rjdudley
    • Joined on 10-07-2003, 9:53 AM
    • Butler, PA
    • Posts 1,927
    • Points 9,847
    You could use an if...then statement, and check the IP address of the visitor.
    If my post is your answer, please mark it as the answer. It will bring good karma.

    Crystal Alliance
    My Blog
    Florist Blogs
  • Re: Program administrative mernu selection

    04-26-2004, 10:59 AM
    • Loading...
    • thuhue
    • Joined on 09-18-2003, 1:54 PM
    • Posts 1,630
    • Points 6,234
    Are we going to put the if... statement in the page load method?
    Thanks.
    Please mark the post(s) that have helped you as "Answer"
  • Re: Program administrative mernu selection

    04-26-2004, 4:54 PM
    • Loading...
    • rjdudley
    • Joined on 10-07-2003, 9:53 AM
    • Butler, PA
    • Posts 1,927
    • Points 9,847
    That's where I'd put if, but that depends on your page design. If your menu is generated by a user control, put it there.
    If my post is your answer, please mark it as the answer. It will bring good karma.

    Crystal Alliance
    My Blog
    Florist Blogs
Page 1 of 1 (4 items)