Jun 24, 2001 #1 Archon Programmer May 1, 2001 17 US If I wanted to redirect someone who clicks on a download button to a $url/tempfile where the file is located, how would I do this in perl?
If I wanted to redirect someone who clicks on a download button to a $url/tempfile where the file is located, how would I do this in perl?
Jun 24, 2001 #2 vcherubini Programmer May 29, 2000 527 US print "Location: http://www.page.com/index.html"; Is how you would do it. Hope this helps. -Vic vic cherubini krs-one@cnunited.com http://www.cnunited.com==== Knows: Perl, HTML, JavScript, C/C++, PHP, Flash ==== Upvote 0 Downvote
print "Location: http://www.page.com/index.html"; Is how you would do it. Hope this helps. -Vic vic cherubini krs-one@cnunited.com http://www.cnunited.com==== Knows: Perl, HTML, JavScript, C/C++, PHP, Flash ====