Thread: redirect
View Single Post
  #3  
Old 02-26-2012, 02:03 PM
RodneyzPc is offline RodneyzPc
RodneyzPc's Avatar
Registered User

Join Date: Feb 2012
Location: New Jersey
Posts: 6

. . . Like This . . ?

Code:
Yes, in the $thanksmessage put in this:
<script type=\"text/javascript\">
window.location=\"http://www.YOUR_URL.com.page.html\";
</script>
- - - - - - - - - - - - - - - - - - -

- - - - Like This ? - - - -

Code:
$thanksmessage="<script type=\"text/javascript\">
window.location=\"http://www.YOUR_URL.com.page.html\";
</script>";
- - - - - - - - - - OR - - - - -

Do I take out the $thanksmessage altogether and totally
replace it with the <script>--

Last edited by RodneyzPc; 02-26-2012 at 04:00 PM. Reason: I messed up as usual
Reply With Quote