View Single Post
  #6 (permalink)  
Old 06-22-2005, 10:10 AM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
WebProWorld 1,000+ Club
 

Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,217
ADAM Web Design RepRank 0
Default

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.
Reply With Quote