View Single Post
Old 09-22-2004, 05:17 AM   #6 (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
I ran into another problem doing the same thing a while back. I was submitting a form with a link, and i had to specify the method="post" in the in-line javascript. I posted a thread on this forum about it.

Code:
<a href="#" onclick="javascript:myform.method='POST';java script:myform.submit()">CLICK HERE</a>
__________________
sammy is offline   Reply With Quote