Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • The previous page has been gone for a while ago, it simply doesn't exist. Commented Apr 4, 2018 at 9:28
  • You may try use query string to pass value Commented Apr 4, 2018 at 9:55
  • Hmm... maybe I've slightly misunderstood the question. If you want to pass something from the current page to the next page, that really can be done by the query string like Den already has suggested. Commented Apr 4, 2018 at 10:41
  • I've already using Sessions to pass a value. But when I do so, it's passing only the last item of the listOfUrls. That's why I was thinking using of OnClick to handle the CLICKED index and pass the value of that index. Commented Apr 4, 2018 at 11:01
  • Or maybe there is another way to handle the index of clicked dynamic hyperlink... Commented Apr 4, 2018 at 11:03