Harry Putnam wrote:

> I wanted to use a single cgi script to generate several different
> formated pages.

Hi Harry,

Given that this is CGI, which interacts with forms on a web page, I would suggest a 
different approach:

# In the original calling page:
<input type=hidden name="PageName" value="CurrentStep.html">
# In the script to return a page:
print WEBPAGE "<input type=hidden name=\"PageName\" value=\"CurrentStep.htm\l">";

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to