If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > How Can I read/delete info from database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-28-03, 02:20
Beameup2003 Beameup2003 is offline
Registered User
 
Join Date: Jan 2003
Posts: 2
Question How can I insert a webpage from another website

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

Last edited by Beameup2003; 01-31-03 at 04:07.
Reply With Quote
  #2 (permalink)  
Old 01-31-03, 04:37
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
It is not possible to do that using SSI directives. Those people on eBay are most likely using client side scripts as I doubt eBay are going to give users access to server side scripting languages on their servers.
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #3 (permalink)  
Old 01-31-03, 13:26
Beameup2003 Beameup2003 is offline
Registered User
 
Join Date: Jan 2003
Posts: 2
Question Contiuation...

Hello and thanks for replying.

How can I use client side scripts to view another websites webpage?

Thanks,

Aaron
Reply With Quote
  #4 (permalink)  
Old 02-03-03, 19:54
ZeligOn ZeligOn is offline
Registered User
 
Join Date: Feb 2003
Location: Los Angeles
Posts: 18
I wold suggest you to use iframe to include an "outside"
site into your page . . .
__________________
Eddie.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On