Thanks for your responses but
I guess I wasn't clear enough with my original question. Sorry.
Let me try again...
I _already_ have a link on my page that says
<a href=http://gromit/cgi-bin/juggling.pl?video=rr.mpg>
Rubinstein's Revenge</a>"
When this link is clicked, my script will parse the URL and determine that
the desired video is "rr.mpg".
Through some magic (for now I'll just tack on the path to the file in the
script, later, maybe mysql lookup).
So...when the script is envoked, it already knows the name of the file to
display. How do I get the script to send that file to the browser?
Thanks again!