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

How do you set value of <input type=text from VB6 IIS App DSR module??

Status
Not open for further replies.

hudel

Programmer
Aug 31, 2000
3
US
There are lots of advantages in using IIS Application verses the ASP/MTS-COM. However I want to know how to use the equivalent of:
<INPUT type=text name=txtData value=&quot;<%=sData%>&quot;> technique.
This works fine in &quot;standard ASP&quot; where txtData can be set from sData defined in the ASP script. But there doesn't seem to be an equivalent method you can use to set the value of an INPUT tag from the IIS App DSR code.
Specifically you cannot use <WC@txtData>data</WC@txtData> to define values within the INPUT tag. That is:
<INPUT type=text name=txtData value=<WC@txtData>xxx</WC@txtData>>
is not valid.
If anyone understands this &quot;problem&quot; please advise on how to set data values to an &quot;INPUT type=text&quot; tag from VB DSR code (not using VB script inside the ASP/HTM page).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top