Recent content by Kenneth F

  1. K

    Parsing a Blank Text Input through C (CGI)?

    I want to parse a blank text input. Code: <input type='text' value='' /> But the problem is, it's not possible as far as I know. The rationale is this is to tell the user at the resulting html page that the text input is blank: Output: ---no input---- If I placed spaces on the value...
Back
Top