PDA

View Full Version : redirecting


Johny159
09-11-2002, 09:49 PM
i have a mail form and when yousubmit it goes to mail.php
how can i automaticaly go back

Nightfire
09-11-2002, 10:39 PM
at the end of mail.php add

<script>
document.location=<?=$HTTP_REFERER?>";
</script>