post and javascript and whatnot (8)

4 Name: !WAHa.06x36 2005-10-05 17:13 ID:RTD9iJb3

That would be "onmouseup", and not "onup". Also, it probably wouldn't work.

Try this instead:

onClick="document.forms[0].submit(); document.forms[0].text.value = '';"

Even better, use IDs for the elements you want to access, and document.getElementById, since documents.forms[] is quite non-standard.

This thread has been closed. You cannot post in this thread any longer.