<html>
<body>
<iframe name=post1 src="about:blank" height=1 width=1 frameborder=no
scrolling=no></iframe>
<iframe name=post2 src="about:blank" height=1 width=1 frameborder=no
scrolling=no></iframe>
<form name=form1 action="form_parser1.php" target=post1>
<input type=text name=form1_value1>
</form>
<form name=form2 action="form_parser2.php" target=post2>
<input type=text name=form2_value1>
</form>
<a href="about:blank" onClick="form1.submit();form2.submit();return
false">Process Forms</a>
</body>
</html>

Matt

On Tue, 2003-09-09 at 20:11, Dan Anderson wrote:
> Is it possible to tell a browser to send form a to URL a and form b to
> URL b?
> 
> (i.e. post to two different URLS)
> 
> Thanks,
> 
> -Dan

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to