I need to pass a parameter to another site
But I don't want the user be able to edit it.
My code:
<INPUT TYPE=text NAME="x_Amount" VALUE=<%=formatcurrency(Totalprice)%>>
-----------------------------------------
In other words I want to show the Total Price but not let them be able to change it.
And still pass it to the other site with the name "x_Amount" and a value equal to Totalprice
Any Ideas
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
But I don't want the user be able to edit it.
My code:
<INPUT TYPE=text NAME="x_Amount" VALUE=<%=formatcurrency(Totalprice)%>>
-----------------------------------------
In other words I want to show the Total Price but not let them be able to change it.
And still pass it to the other site with the name "x_Amount" and a value equal to Totalprice
Any Ideas
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive