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

showing entered value

Status
Not open for further replies.

spencern

Programmer
Joined
Dec 20, 2001
Messages
78
Location
US
Seems this should be simple:
I want a user to be able to enter/select a value on a form on one page,click submit, and have the number appear on the next page. This seems like it should be simple. I've tried variables, but can't seem to figure it out. Let me know how I can do this.

Thanks,
Spencer
 
on the receiving page:

<%
response.write(request.form(&quot;nameOfTheFormVariableOnPreviousPage&quot;))
%>

assuming that your receiving page is ASP
penny.gif
penny.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top