Forum Moderators: open
-------------------------------------------------------
<form action="mailto:joeschmo@email.com" method="post" enctype="text/plain" name="form1" id="form1">
<input type="button" name="button" value="Next"
onclick="javascript:window.location.href('http://www.redirectedwebsite.com'); document.form1.submit();"
/>
</form>
-------------------------------------------------------
any help is appreciated
thx
One thing you could try is switching your two Javascript commands, so you submit first and then redirect. Seems unlikely, but maybe you can queue up the request to redirect before the browser submits? I know submitting an email is a little weird, so maybe you'd have some luck...