> you should be using the post method so you won't run into problems like
> that.
Normally you can't POST from an 'href'.
<script language="Javascript>
doSubmit {
document.myform.submit();
}
</script>
<form name=myform action=script.pl method=POST></form>
<a href="#" onClick="doSubmit();">Submit</a>
I don't know about passing in all the arguments. Is there some kind of
.url() property for forms?
document.myform.url = 'long+2028+string+goes+here';
docuemnt.myform.submit();
I'm sure there's a better way though.
- Ron
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web