I am wondering how to allow a webpage from another website to be inserted in a webpage. For example, I see on ebay sellers scripting a way to insert their feedback page within their auctions page. Can anyone help? I am looking for a way in ASP... such as:
<!--#INCLUDE file="URL"-->
I want URL to be read from a completely different website, however, I want a member logging into my script to see their own special page, so I need a way to read the URL from a database... This is what I have tried and it failed:
<!--#INCLUDE file="RS("url")"--> Or something like this. The RS scripting works fine in inserting the URL in everything else except for the INCLUDE command. I think it is tricky, but I know their is a lot of smart, skilled ASP scripters out there.
Thanks,
Aaron