------------------------------------------------------------------------------------
I have a page divided into three stacked areas (objects, right?).
The top third is a form - easy enough.
The middle third is where I'd like to display the search results of the search box that inhabits the bottom third area.
------------------------------------------------------------------------------------
The bottom search area is actually a Google Image search. The HTML (so far) looks like this:
<div style="border-top:1px solid #999;border-bottom:1px solid #999;padding: 7px;" ><form method="get" action="http://images.google.com/images" target="_blank"><input type="text" name="q" /><input type="submit" value="Search Google Images" /></form></div>
-------------------------------------------------------------------------------------
I've created another separate page to 'house the search results - lets call that page results.html
Now how do I generate the results in the middle area - the one that represents what is currently residing in results.html (blank at the moment).
I'd appreciate any help offered. Don't be afraid to use "Target and Frames for Dummies" language with me. I could probably use it

Thanks-
-Josh