frames question

E

Eric

I want to pass a url parameter to a frame page.
In my index.html i have a line like this:
frame src="mp_page.html/?Section=4"
mp_page.html has this in it:
<!--#exec cgi="/cgi-bin/fill_in.cgi" -->

The problem is that fill_in.cgi just sees an empty
QUERY_STRING env variable when it runs

The frame creation page index.html is actually created
by an index.cgi so the parameter passed to mp_page is dynamic

How can i pass this URL param to the page mp_page.html so that
fill_in.cgi can get it in its query_string env var?
Thanks
Eric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top