"Sven Bentlage" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0"> <frame src="path/to/file" name="topFrame" scrolling="NO" noresize > <frame src="path/to/file" name="mainFrame"> </frameset> make the src attribute read something like: "path/to/file?section=topFrame" and "path/to/file?section=mainFrame or whatever. Then have the cgi program call those subs based on the value of the section parameter. Todd W -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]