Taylor_1978
06-07-2004, 11:06 AM
Hi All...
Here is the html I am using:
<iframe name=chat src=chatserver.php#bottom scrolling=no height=400></iframe>
<form method="post" name="form" target=chat action=chatserver.php#bottom
<input type=text name=message autocomplete=off><input type=submit name=submit value=Send>
</form>
When submit is clicked, the iframe "chat" is reloaded. However, what I need is for the text box to clear.. I assume using onSubmit but do not know how exactly.
Any help would be great appreciated.
Thanks in advance! :thumbsup:
Taylor.
Here is the html I am using:
<iframe name=chat src=chatserver.php#bottom scrolling=no height=400></iframe>
<form method="post" name="form" target=chat action=chatserver.php#bottom
<input type=text name=message autocomplete=off><input type=submit name=submit value=Send>
</form>
When submit is clicked, the iframe "chat" is reloaded. However, what I need is for the text box to clear.. I assume using onSubmit but do not know how exactly.
Any help would be great appreciated.
Thanks in advance! :thumbsup:
Taylor.