Script Needed - Please Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NastyJack
    Registered User
    • Dec 2002
    • 1291

    #1

    Script Needed - Please Help

    I don?t even now what this script should be called but what I?m looking for is a script that when clicked brings the user at a specific area of the page he/she is on.

    For example: If a user wanted info on a certain topic that?s already on the page he/she is on all they would need to do is click on a link and voila ? they have there info.

    If you know how to go about doing this I sure would appreciate it if you shared it with me.

    Regards
    NastyJack
  • FATPad
    Confirmed User
    • Oct 2001
    • 6693

    #2
    I think it's called an anchor tag. I don't remember the exact syntax but a search on google for "html anchor tag" should help you.
    <a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>

    Comment

    • Hyde
      Confirmed User
      • Jan 2001
      • 304

      #3
      &lt;A HREF="#part1"&gt;Part 1&lt;/A&gt;
      goes to:
      &lt;A NAME="part1"&gt;
      Last edited by Hyde; 12-31-2002, 06:35 PM.

      Comment

      • Mutt
        Too lazy to set a custom title
        • Sep 2002
        • 34431

        #4
        wherever you want the person to land anywhere on an HTML page put in an 'anchor' tag. An anchor tag looks like this,
        Code:
        <A name="blah">here is the spot i want people to go to
        .
        You can direct people to that exact position anywhere on that page or any other document on any website by using an href with the target being that "blah" name anchor.
        <br><br><br><br><br><br><br><br><br><br><br><br>
        Code:
        <a href=#blah>go to blah</a>
        I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

        Comment

        Working...