GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Script Needed - Please Help (https://gfy.com/showthread.php?t=97089)

NastyJack 12-31-2002 07:27 PM

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 12-31-2002 07:30 PM

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.

Hyde 12-31-2002 08:31 PM

<A HREF="#part1">Part 1</A>
goes to:
<A NAME="part1">

Mutt 12-31-2002 08:44 PM

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>


All times are GMT -7. The time now is 07:01 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123