Posted by Chung Leong on 10/13/05 06:36
Codeman II wrote:
> As I believe you can not use GET but must use POST method for form.
> Is there any means that I can use GET cause I need to get form variables
> from URL as well.
Of course you can. Just put the GET parameter in the URL in the action
attribute. Or if you want to avoid mixing GET with POST, put the
variables in hidden fields.
Navigation:
[Reply to this message]
|