Form "SUCCESS_HTML" Problem..

liunx

Guest
I'm using I Frames for my website, and I cant get the following form to function correctly. I want this tag <input TYPE="HIDDEN" NAME="SUCCESS_HTML" VALUE="http://www.sevenmilesun.com/contact/pages/contact_thank.htm"> to be modified so the success page comes up in the same frame. You can view the page at <!-- m --><a class="postlink" href="http://www.sevenmilesun.com/contact/pages/contact_main.htm">http://www.sevenmilesun.com/contact/pag ... t_main.htm</a><!-- m -->. Thanks!!<br />
<br />
<form METHOD="post" ACTION="http://www.sevenmilesun.com/cgi-bin/blah_blah/mail.pl"><br />
<input TYPE="HIDDEN" NAME="DESTINATION_ADDR" VALUE="[email protected]"><br />
<input TYPE="HIDDEN" NAME="SUBJECT" VALUE="Contact Brian"><br />
<input TYPE="HIDDEN" NAME="SUCCESS_HTML" VALUE="http://www.sevenmilesun.com/contact/pages/contact_thank.htm"><br />
<div align="left"><br />
<pre><font face="Tahoma">Name:</font><font color="#FF0000" face="Tahoma"><br />
<input NAME="FIRST_NAME" SIZE="20" TYPE="text"><br />
<br />
</font><font face="Tahoma">E-Mail Address:</font><font color="#FF0000" face="Tahoma"><br />
<input NAME="SUB_ADDR" SIZE="20" TYPE="text"><br />
<br />
</font><font face="Tahoma">Comments:</font><font color="#FF0000" face="Tahoma"><br />
<textarea NAME="COMMENTS" ROWS="5" COLS="17"><br />
</textarea></font></pre><br />
</div><br />
<p align="left"><font color="#FF0000" face="Tahoma"><br />
<input TYPE="submit" VALUE="Submit"> <input TYPE="reset" VALUE="Clear"></font></p><br />
</form><!--content-->give me the url where you define the frame, then I will try to work it out.<!--content-->the URL for the main page is: <!-- m --><a class="postlink" href="http://www.sevenmilesun.com/contact/pages/contact_main.htm">http://www.sevenmilesun.com/contact/pag ... t_main.htm</a><!-- m --><br />
<br />
one of the individual pages is:<br />
<!-- m --><a class="postlink" href="http://www.sevenmilesun.com/contact/pages/brian.htm">http://www.sevenmilesun.com/contact/pages/brian.htm</a><!-- m --><!--content-->Try using <BASE target="_self"> in the HEAD section.<!--content-->Originally posted by evert1803 <br />
Try using <BASE target="_self"> in the HEAD section. <br />
I'm not sure I understand where to put it. In the <HEAD> section of the Thank You page? Or in the FORM page? Sorry... :confused:<!--content-->Probably in the form-page. What is does is setting the BASE value for TARGET to _self. So if you set this one into the form-page it should/could take this value for opening the thankyou-page.<br />
<br />
Let me know if it works, i couldn't find enough proof it would work at all.<!--content-->
 
Back
Top