"R. Joseph Newton" <[EMAIL PROTECTED]> writes:

> 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">";

Boy, that sailed right over my head... I guess I'd need a little more
filling on both sides of that input to understand it.


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

Reply via email to