Okay, I think I see what you mean. Basically, you want a customized page loaded into the lower frame based on the referrer.
Again, I don't think you need to use Javascript. Something like this would work:
<frame src="some_page_of_database_driven_content.asp?name =someone"></frame>
And use server-side programming to customize the content of the frame.
|