Forum Moderators: open
<form method="GET" action="<?php echo $_SERVER['PHP_SELF'];?>">
<input type='text' name='month' />
<input type="submit" name="Go" value="Go"><br>
</form>
The problem i have is, i dont want the submit button....I just want the textbox.....
So when the user enters the text in the textbox and hits enter, the GET/POST request should be submitted...is this possible?
If yes, the next thing i want is the text box to display tht input, not empty it......coz once the request is made, the textbox is blank
Any help will be appreciated
Thanks!