Link to home
Start Free TrialLog in
Avatar of Panos
PanosFlag for Germany

asked on

Url Variables

Hallo Experts.
How can i pass values from one page to another?
i have one page select.cfm where i have a link <a href="Insert.cfm?Mobile_sub_id=1">Auto</a>
How can i get the value 1 in the next page Insert.cfm in a hidden field <input name="Mobile_sub_ID" type="hidden" id="Mobile_sub_ID"/>?
I use Coldfusion 8 ,MS SQL SERVER.
Avatar of Emad Gawai
Emad Gawai
Flag of United Arab Emirates image

dim msi
strMSI=request.queryString("Mobile_sub_id")

<input name="Mobile_sub_ID" type="hidden" id="Mobile_sub_ID" value="<%=strMSI%>"/>?

ASKER CERTIFIED SOLUTION
Avatar of SidFishes
SidFishes
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oh it was coldfusion....and i gave u asp....sory