![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a way to embed html page from different server into another html page without using javascript ? |
#3
| |||
| |||
|
|
Is there a way to embed html page from different server into another html page without using javascript ? |
#4
| |||
| |||
|
|
wrote on 04 dec 2006 in comp.lang.javascript: Is there a way to embed html page from different server into another html page without using javascript ? This is off topic, isn't it? But yes, you could use any other program language available, like VBS in IE, or any serverside language, ASP-VBS, PHP. Even serverside JS can do that, but you stipulated against that. Please ask in a relevant NG. |
#5
| |||
| |||
|
|
Is there a way to embed html page from different server into another html page without using javascript ? |
#6
| |||
| |||
|
|
In article <rnrf44-8nm.ln1 (AT) ophelia (DOT) g5n.co.uk>, Toby Inkster <usenet200611 (AT) tobyinkster (DOT) co.uk> wrote: Andy Dingley wrote: Can't use server-side stuff or SSI if it's on a different server. Can! include("http://www.google.com/"); works nicely in PHP. Not a very good idea though. From <http://www.google.com/intl/en/terms_of_service.html>: You may not take the results from a Google search and reformat and display them, or mirror the Google home page or results pages on your Web site. Sure, but Toby was just show that it *can* be done not whether or not it |
#7
| |||
| |||
|
|
Andy Dingley wrote: Can't use server-side stuff or SSI if it's on a different server. Can! include("http://www.google.com/"); works nicely in PHP. |
#8
| |||
| |||
|
|
Andy Dingley wrote: For unusably small values of "nicely". OK, so it's unlikely you'd want to do exactly what I posted as an example. |
|
More likely, you'd have PHP download a copy of the file, cache it, and probably parse and reformat it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |