Results 1 to 2 of 2

Thread: Help with Menu Script

  1. #1
    Join Date
    Jan 2005
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Menu Script

    I want to use this menu:
    Static Menu Script II:

    menui[0]="Dynamic Drive";
    menui[1]="What\'s New?";
    menui[2]="What\'s Hot?";
    menui[3]="Message Forum";
    menui[4]="FAQs";
    menui[5]="Submit Script";
    menui[6]="Link to us";
    menui[7]="Email us";

    menul[0]="http://dynamicdrive.com";
    menul[1]="http://dynamicdrive.com/new.htm";
    menul[2]="http://dynamicdrive.com/hot.htm";
    menul[3]="http://wsabstract.com/cgi-bin/Ultimate.cgi";
    menul[4]="http://dynamicdrive.com/faqs.htm";
    menul[5]="http://dynamicdrive.com/submit.htm";
    menul[6]="http://dynamicdrive.com/link.htm";
    menul[7]="http://dynamicdrive.com/contact.htm";

    How do I link these to further down on the same page not to other pages.

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Hi.. Try this

    menui[0]="Dynamic Drive";
    menui[1]="What\'s New?";
    menui[2]="What\'s Hot?";
    menui[3]="Message Forum";
    menui[4]="FAQs";
    menui[5]="Submit Script";
    menui[6]="Link to us";
    menui[7]="Email us";

    menul[0]="#1";
    menul[1]="#2";
    menul[2]="#3";
    menul[3]="#4";
    menul[4]="#5";
    menul[5]="#6";
    menul[6]="#7";
    menul[7]="#8";

    In the script on the page where you want the link to move to place the following:

    <a name="1"> etc etc

    rgds,Simonf

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •