Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   phphq.Net Forums (https://novahq.net/forum/forumdisplay.php?f=277)
-   -   redirect (https://novahq.net/forum/showthread.php?t=38719)

Guido P Schmidt 12-09-2005 02:40 AM

redirect
 
Is it posible to redirect from the thank you page to an other pages.

please help

webmaster@gps-info.nl

Scott 12-10-2005 10:37 AM

Yes, in the $thanksmessage put in this:


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

RodneyzPc 02-26-2012 02:03 PM

. . . 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>--

RodneyzPc 02-26-2012 04:17 PM

Now I'm really confused
 
..Scott..you said..
Code:

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

...I tried doing that..and then I tried...

Code:

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

...My Page went blank...
...then I tried...

Code:

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

...My Page went blank...
...then I tried...

Code:

<div align="center" class="thanks_message"><script type=\"text/javascript\">
window.location=\"http://www.YOUR_URL.com.page.html\";
</script></div>

...I know it's gonna make me feel REAL stupid when I get
this figured out...!

Scott 02-26-2012 11:21 PM

Quote:

Originally Posted by RodneyzPc (Post 376846)
..Scott..you said..
Code:

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


Did you actually try and modify the line "http://www.YOUR_URL.com.page.html"??

Example:

Code:

<script type=\"text/javascript\">
window.location=\"http://www.novahq.net/thankspage.html\";
</script>

No reason that wouldn't work.

RodneyzPc 02-27-2012 02:01 PM

... LoL ...
 
Yeah..!

...I had it return to the index of our Home Page..

Code:

<script type=\"text/javascript\">
window.location=\"http://www.afbawindgap.org/index.html\";
</script>

...the end ( "; ) after </script> is what I guess confuses me...

Code:

$thanksmessage="<script type=\"text/javascript\">
window.location=\"http://www.afbawindgap.org/index.html\";
</script>";

= = = I'll try it this way again = = = = =

Code:

$thanksmessage="<script type=\"text/javascript\">
window.location=\"http://www.afbawindgap.org/index.html\";
</script>


RodneyzPc 02-27-2012 02:08 PM

..I guess it wanted to make me look Stupid...
 
. . . It's working like a Charm...! :clap2:

...Thank You for your patience....

Code:

$thanksmessage="<script type=\"text/javascript\">
window.location=\"http://www.afbawindgap.org/index.html\";
</script>



All times are GMT -5. The time now is 11:40 PM.

Powered by vBulletin®