tomasr
10-10-2007, 09:00 AM
Hi,
I am trying to set value for html input field using asp code below. Unfortunatelly asp code appears as text in browser and it does not executed by server. Any suggestion?
<input value="<% Response.Write(licSUM) %>" name="lic1" />
Regards,
Tomas
I am trying to set value for html input field using asp code below. Unfortunatelly asp code appears as text in browser and it does not executed by server. Any suggestion?
<input value="<% Response.Write(licSUM) %>" name="lic1" />
Regards,
Tomas
