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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing a var in a url

Status
Not open for further replies.
display it how? best solution would be server side, but i suppose you could do this (sloppy):

Code:
<a onclick="alert(this.href.split('?')[1]);" href="[URL unfurl="true"]http://www.mysite.com/down_test.htm?cust_num=AEPS">click[/URL] here</a>



*cLFlaVA
----------------------------
[tt]( <P> <B>)13 * (<P> <.</B>)[/tt]

[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top