Jump to content

redirecting user after information has been sent to the user?


Liquid Fire

Recommended Posts

Haha,

I just had to figure this one out myself. I used a bit of good ol javascript for it..

[code]<script type="text/javascript">
<!--
window.location = "destination_page.php"
//-->
</script>[/code]

I added this at the bottom of a page below an if / elseif / else, and it works great.

Nate

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.