Do you mean hidden fields within a web page form? You can assign the value of hidden fields dynamically when the page is loaded via ASP. Once the page is loaded, it would need to be reloaded/form submitted in order to change the value again.
yeah, but it'll be request.querystring. You could use any ASP variable, string, recordset item etc. In such a case, the "=" sign is a short cut for "response.write"
Thank you for your response. Can I place <input type="hidden" name="field1" value="<%=request.querystring("field_name"%>"> anywhere in the code? or there is a specific area that I need to put in. It is not changing the hidden field value for me.... Please help.
what you ahve is fine and yes you can write the querystring anywhere as long as per say "field_name" was submitted or manipulated into the URL prior to this call
____________________________________________________ Python????? The other programming language you never thought of!
thread333-584700
Can I put <input type="hidden" name="field1" value="<%=request.querystring("field_name"%>"> in a confirmation page?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.