Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Redirects


ghost's Avatar
0 0

Prolly a dumb question but im new to programming and trying to get a script to do two redirects in java, perl php , or asp … ive only tried this out in java but it doesnt work.. just the other languages are the only ones i can easily do what im trying to do in if java doesnt work

<script>
window.location="www.google.com"
calculate something at google
window.location="www.hellboundhackers.org+calculated thing"
</script>

it redirects just to the last page is there anyway to do this to direct it through both pages without using a timer? or will a timer even work… like i need to do it really fast..