Date:  03/17/2002 08:40:05 PM Msg ID:  000449
From:  Joe Goldsmith Thread:  000449
Subject:  Input Value
I have the following lone of code in my HTML form

<INPUT TYPE=text NAME="Lastname" SIZE=22 MAXLENGTH=25 VALUE="<%=Request.Form("lastname")%>">

When I run the form the text box shows up with:

|----------------------------------|
|="<%=Request.Form(   |">
|----------------------------------|

in the text box. To the right of the textbox border I also get ">. Any idea what is causing this? I copied this format right out of a FoxWeb example and I cannot run the form with an empty textbox. ANy help would be appreciated.

Best regards,