Forum Moderators: open
Can anyone help. I need this, like, last week on Wednesday.
The URL to take a look is
<snip>
I hope someone can take a look.
The file that isn't forwarding is confirmform1.htm
[edited by: korkus2000 at 2:37 am (utc) on Oct. 20, 2003]
[edit reason] No code/site reviews please [/edit]
Here it is:
<script>
document.write("<form action='mailto:pixalant@example.ca' method='post' enctype='text/plain' name='form' id='register' onSubmit='doVerify()'>");
function doVerify()
{
window.location = "regsuccess1.htm"
}
document.write("<input type='Hidden' name='" + Title +"'>");
document.write("<input type='Hidden' name='" + Name +"'>");
document.write("<input type='Hidden' name='" + Surname +"'>");
document.write("<input type='Hidden' name='" + Address +"'>");
document.write("<input type='Hidden' name='" + City +"'>");
document.write("<input type='Hidden' name='" + Province +"'>");
document.write("<input type='Hidden' name='" + PostalCode +"'>");
document.write("<input type='Hidden' name='" + HomePhone +"'>");
document.write("<input type='Hidden' name='" + BusinessPhone +"'>");
document.write("<input type='Hidden' name='" + Fax +"'>");
document.write("<input type='Hidden' name='" + Email +"'>");
document.write("<input type='Hidden' name='" + Age +"'>");
document.write("<input type='Hidden' name='" + Companion +"'>");
document.write("<input type='Hidden' name='" + Looking +"'>");
document.write("<input type='Hidden' name='" + SingleAccomadation +"'>");
document.write("<input type='Hidden' name='" + Preferences +"'>");
document.write("<input type='Hidden' name='" + Allergies +"'>");
document.write("<input type='Hidden' name='" + Vacations +"'>");
document.write("<input type='Hidden' name='" + Referred +"'>");
</script>
<input type="submit" value="Submit!"> <input type=button value="Back" onClick="history.go(-1)">
</form>
[edited by: korkus2000 at 2:51 am (utc) on Oct. 20, 2003]
[edit reason] examplified email [/edit]