http://qs321.pair.com?node_id=210722


in reply to Re: Re: Writing link on HTML page
in thread Writing link on HTML page

I'm assuming you've got something like this going on:

The reason you're not getting the link on page three is that to pass the url value from Two to Three, you'd need a form on Page Two with the same hidden input field, and the 'Continue' link would have to submit the form for the value to be available on the next page.

What I'm trying to say is, the form values are only present on page Two - page Three has no knowledge of them.

I suggest you look at the CGI material in the Tutorials section!