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

get url to track customers

Status
Not open for further replies.

rb1976

Programmer
Oct 11, 2001
5
US
I have a url that a customer is sent to, example:
I want to get the SourceOrgId and put it into a hidden field that is carried throughout several pages of forms and then submited to the datebase.
How do I get this SourceOrgID from the URL?
 
the variable value is passed with the variable you specified in the url, e.g.:

<input type=&quot;hidden&quot; name=&quot;hiddenField&quot; value=&quot;<output>#SourceOrgId#</output>&quot;>

the hiddenField here will have value of 802; is this what you are looking for?
Sylvano
dsylvano@hotmail.com

&quot;every and each day when I learn something new is a small victory...&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top