![]() |
|
|
+ Search |
![]()
|
Dec 14th, 2001 14:51
Dylan Glockler,
I found an answer on the newsgroup netscape.devs-javascript. Just use this for each button: <input type="submit" value="post" onclick="this.form.action = 'post.asp'; return true;"> -Dylan