Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vvcarpio
  • Content: Threads
  • Order by date
  1. vvcarpio

    Build an "a href" inside a "td" tag programmatically

    Hi. I'd like to build an "a href" tag inside a table "td" tag programmatically. Basically something like the following: <table> <tr> <td> <a href="javascript:void(0);" onclick="vbscript:viewAttachment 123" title="View document">View document</a> </td> </tr> </table> When I run my code below...

Part and Inventory Search

Back
Top