
abar
Deleted
Feb 19, 2000, 11:05 AM
Post #1 of 4
(716 views)
|
|
Redirect script?
|
Can't Post
|
|
I installed a survey script that works fine, however there is an option to send users to a redirected page rather than have them see the results: # IF $SHOW_RESULTS=0 (do not display after voting), be sure # to set $JUMP_URL to the page the voter should be sent to. $SHOW_RESULTS=0; $JUMP_URL="$ENV{'HTTP_REFERER'}"; The script only prints the address on the screen and does not redirect... here is the print portion: } else{ print "Location: $JUMP_URL\n\n"; } exit; } How can I change this to a redirect?? The entire script is at: http://www.bignosebird.com/carchive/survey/survey.txt Thanks!
|