How to "overlay" your functionality on another site?

How to "overlay" your functionality on another site?

am 21.12.2007 17:55:31 von Monty

I know this isn't necessarily an ASP.Net question, but it is web programming
and I intend to try it using ASP.Net, I just need to get pointed in the
right direction. I've seen some sites that allow you to browse other sites
"through" their site with some of their functionality overlaying (or
embedded in) the site you are browsing. For instance, promocode.com will
allow you to view other sites (like Amazon) with their "promocode"
functionality showing in the upper left. If you click on a link in the
target page, it takes you to that amazon page still wrapped in the promocode
functionality. I've seen other similar sites that "munge" the links in the
target page so that they point they all get redirected to the functionality
provider (like http://htmlblock.co.uk/anonymous_web_browser), but the
promocode site doesn't ~seem~ to be doing that. What is this called and how
do I get started? Thanks.

RE: How to "overlay" your functionality on another site?

am 21.12.2007 21:11:00 von pbromberg

If they aren't "munging" as you describe for a proxy site, then most likely
they are redisplaying the content inside an IFRAME control.

-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"Monty" wrote:

> I know this isn't necessarily an ASP.Net question, but it is web programming
> and I intend to try it using ASP.Net, I just need to get pointed in the
> right direction. I've seen some sites that allow you to browse other sites
> "through" their site with some of their functionality overlaying (or
> embedded in) the site you are browsing. For instance, promocode.com will
> allow you to view other sites (like Amazon) with their "promocode"
> functionality showing in the upper left. If you click on a link in the
> target page, it takes you to that amazon page still wrapped in the promocode
> functionality. I've seen other similar sites that "munge" the links in the
> target page so that they point they all get redirected to the functionality
> provider (like http://htmlblock.co.uk/anonymous_web_browser), but the
> promocode site doesn't ~seem~ to be doing that. What is this called and how
> do I get started? Thanks.
>
>
>