hi,
is there a way of setting a target property for header("Location: thanks.htm")?
my form is in an iframe so when i hit submit, my php page redirects the user to thanks.htm but this is rendered within the iframe not in a fresh page.
No, you have to use target in the form - forms have target atribute too.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php