Date:  03/18/2002 05:18:03 PM Msg ID:  000453
From:  FoxWeb Support Thread:  000449
Subject:  Re: Input Value
Hmm, the code seems correct.  Are you sure you are processing it with FoxWeb?  The results are consistent with what you would get if you simply tried to open the file directly in a browser.

FoxWeb Support Team
support@foxweb.com

Sent by Joe Goldsmith on 03/17/2002 08:40:05 PM:
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,