View Single Post
Old 07-15-2004, 08:07 AM   #2 (permalink)
sammy
Code Monkey
 
sammy's Avatar
 
Join Date: Jun 2004
Location: Brooklyn/Rochester
Posts: 53
sammy is on a distinguished road
Send a message via AIM to sammy
Ok, i found the way to do it.
Code:
<a href="#" onclick="javascript:myform.method='POST';javascript:myform.submit()">CLICK
HERE</a>
I had to manually change the form method property before i submitted, which i dont understand why, because shouldnt it be set when i did it in the form tag? I mean the action value was taken in, how come not the method?

wierd...eh?
__________________
sammy is offline   Reply With Quote