Connecting Tech Pros Worldwide Forums | Help | Site Map

calling iframe on asp page

Member
 
Join Date: May 2007
Posts: 46
#1: Jul 18 '08
Hi,
I have a search function code that displays all links with in my website when searched through that function.
Not I want todesign an iframe so it displays the results on my website rather than going to an empty page with google header....I want the search results go to a iframe with header andfooter of our site.

please any one suggest.

Newbie
 
Join Date: Jun 2007
Posts: 26
#2: Jul 19 '08

re: calling iframe on asp page


Create the page with the header and the footer. Put an IFrame (using HTML) in the middle where you want the search results, and call it something like "centerframe." When people want to search function, have it pass the results to that frame (<a href='searchpage.asp' target = 'centerframe'>search here</a>). When they search in the frame, it will return in the frame.
Reply