I have a script that uses CGI to handle parameter passing and constructs a webpage from various documents. While this process works fine for static files like:
http://www.myserver.com/cgi-bin/myscript.pl?page=this.shtml&table=that.shtml
...what I would LUV to do is something like:
http://www.myserver.com/cgi-bin/myscript.pl?page=this.shtml&table=http://www.myserver.com/cgi-bin/myscript.pl?page=that.shtml&table=other.shtml
Is it possible to do something like this? Can CGI handle it? Is the moon made of cheese?
TIA
======================
Sean Shrum
http://www.shrum.net
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |