0

How can I make the data (Req#Approved or Req#Reject) to be hyperlink so when I click it will drill down details below.

empnum  Req#Approved    Req#Reject
123         2   
123                     3

10-q ;)

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Yves
  • 12,059
  • 15
  • 53
  • 57
  • I would like to turn the data as hyperlink so when I click it will drill down to details. Is that clear? – Yves Jul 21 '09 at 19:05
  • instead of using the SELECT (command) link, I would rather use the data. I hope I explained that well otherwise let me know. – Yves Jul 21 '09 at 19:09
  • Drill Down? As in you will go to a new page that has that detail? or as in the detail is on the page... and you need to scroll to that area? – BigBlondeViking Jul 21 '09 at 19:09
  • correct - the detail is on the same page. – Yves Jul 21 '09 at 19:12
  • Thanks BigBlondeViking, you've found that this is a **duplicate** of http://stackoverflow.com/questions/265774/programmatically-scroll-to-an-anchor-tag. Let's close it as such. – John Saunders Jul 21 '09 at 19:26

1 Answers1

1

Here is what you are looking for:

Programmatically scroll to an Anchor Tag

Community
  • 1
  • 1
BigBlondeViking
  • 3,853
  • 1
  • 32
  • 28