Jump to content

Can I pull information off an anchor ID


cooldude832

Recommended Posts

I have a bunch of links that ref is the same page.  Is there any way on that second page I can tell which link was clicked if my links are structured as:

<html>
<a href="page.php" id="link1">Link 1</a>
<a href="page.php" id="link2">Link 2</a>
<a href="page.php" id="link3">Link 3</a>
<a href="page.php" id="link4">Link 4</a>

Link to comment
Share on other sites

hmm what if i tried making the links into form processers (using POST) and then i had a hidden var called linkNumber you think that work?

 

Yes its possible.

 

but idk if that will kill the SEO on it

 

True.

Link to comment
Share on other sites

Alright that gives me some ideas to work off of, I'm still surprised though it can't pull off the ref link ID (guess when ID become required tag it can).  Even still I know scripting software like autoit can pull anchors via an index or associative key.  Maybe php6 will have this option.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.