Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Web Page front ending info?

0 views
Skip to first unread message

Mike Murray

unread,
Jun 15, 1998, 3:00:00 AM6/15/98
to

Hi,
I'm looking for info, doc, examples, etc. on how to use a web page to
frontend another web page. Like using one or more of the internet (Yahoo,
AltaVista, etc.) search engines to do the actual search, while my own web
search page(s) actually do the presentation of what to search for and
display the results.

thanks,
Mike M.
P.S. What is the web speak for this (what's it called)?

www.Loracom.com

unread,
Jun 15, 1998, 3:00:00 AM6/15/98
to

Hi Mike,

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>...

0 new messages