Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FRAME SRC= ????

Status
Not open for further replies.

cptk

Technical User
Mar 18, 2003
305
US
When setting-up a frame, can the SRC be pointing to a cgi script? And if so, what has to be in the cgi script to know to come back to the frame named "Bottom"?

### Main/Initial Form ###
.
.
<FRAMESET ROWS="200,*">
<FRAME NAME=Top>
<FRAME NAME=Bottom SRC="</FRAMESET>
 
can the SRC be pointing to a cgi script?
Yes

what has to be in the cgi script to know to come back to the frame named "Bottom"
Nothing - it's the browser that puts it in the proper frame. Make sure that the foobar.cgi file returns a valid html page (just like a frameset with static pages).

<marc>
 
Man, you guys are fast !!!!!

I figured it out, I was using the wrong syntax in my source ... works fine now!

...thanks !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top