Forum Moderators: coopster
< form action="page1.php" method="post">
<input type="submit" >
</form>
question2:
again I have a a simple form with textarea field and a combobox . I bring the data in both (textarea field + combobox) from the database
I want that when the user chooses one of the combobox options the textarea field changes with it .
any ideas?
thank you .
<form>
<input type="submit" name="submit">
<br>
<input type="submit" name="news">
</form>
the field "name" is posted , not the type
question2: Your really need to look into javascript to do this ....
Hope i have helped, please let me know ....
Del