Hi there,
I have a form set-up on my website so that when someone enters their information it redirects to another page saying thank you. What I would really like to do is have a new window pop up, leaving the old window open. I know how to do this in a normal link easily enough, but not in the submit information. The code below is what I use:
<p align="center">
<input name="submit" type="submit" value="Send message" />
<input type="hidden" name="Action" value="Sendmessage" />
<font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif">or</font>
<input name="reset" type="reset" value="Reset Form" />
<input type="hidden" name="txtSubject" value="New Enquiry" />
<input type="hidden" name="txtTo" value="enquiries@email.com.au" />
<input type="hidden" name="Redirect" value="thankyou.htm" />
</p>
</form>
Is anyone able to help me please?
I have a form set-up on my website so that when someone enters their information it redirects to another page saying thank you. What I would really like to do is have a new window pop up, leaving the old window open. I know how to do this in a normal link easily enough, but not in the submit information. The code below is what I use:
<p align="center">
<input name="submit" type="submit" value="Send message" />
<input type="hidden" name="Action" value="Sendmessage" />
<font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif">or</font>
<input name="reset" type="reset" value="Reset Form" />
<input type="hidden" name="txtSubject" value="New Enquiry" />
<input type="hidden" name="txtTo" value="enquiries@email.com.au" />
<input type="hidden" name="Redirect" value="thankyou.htm" />
</p>
</form>
Is anyone able to help me please?