thanks,
Mike M.
P.S. What is the web speak for this (what's it called)?
One easy way would be to use frames. Just set the frameborder=0 and it'll
look like a single window. Then just feed the page within the frame the
search string. I would, IMHO, add credit for their service somewhere in
your page... The following is an example:
<frameset rows="60,*" frameborder=0 border=NO framespacing=0>
<frame src="Header.html" marginheight=5 marginwidth=0 scrolling="no"
noresize>
<frame src="Content.html" name="Content" marginheight=0 marginwidth=0
scrolling="auto" oresize>
</frameset>
Hope this helps,
Ca...@Loracom.com
HTML Gotten Boring? www.Loracom.com, take your website to the next
level...over 2000 people already have!
Mike Murray <Mike....@Digital.com> wrote in article
<OOBmsDI...@uppssnewspub05.moswest.msn.net>...