(bit unsure about European bucket support though)
--
Jay Caines-Gooby
j...@gooby.org
+44 (0)7956 182625
skype: jaygooby
gtalk: jayg...@gmail.com
AIM: jaygooby
--
BNM Subscribe/Unsubscribe:
http://www.brightonnewmedia.org/options/bnmlist
dConstruct tickets on sale from 11am, 24 June - http://2008.dconstruct.org/
BNM powered by Wessex Networks:
http://www.wessexnetworks.com
Whats the best way, using html, to create a small bit of code that will
show another page, from a separate domain, in one of my pages? I want to
show to show pages from thissite.otherdomain.com within a browser, but
give out thispage.mydomain.com as the URL.
Does that make sense ?
Olly
--
Important notice:
We have moved offices. Our new address is below.
G2 Support
Network Support : Online Backups : Server Management
Tel: 0870 904 3443
Email: oliver....@g2support.com
Web: http://www.g2support.com
Mail: 2nd Floor, 130a Western Rd, Brighton, Sussex, BN12LA
G2 Support LLP is registered at Dolphin House, 2-5 Manchester St,
Brighton, Sussex, BN2 1TF. Our registered company number is OC316341.
__________ Information from ESET NOD32 Antivirus, version of virus
signature database 3349 (20080812) __________
The message was checked by ESET NOD32 Antivirus.
Using a scalpel - cut a rectangle out of the laptop monitor- do it
around the webpage where you want the magic to happen.
Get another laptop with the other web page on it and position it
directly behind.
Hey presto.
Web 3.0
:)
W://
<sorry - couldn't resist. />
Or, yes, the scalpel method also works.
2008/8/12 wayne <wa...@codingvista.com>:
http://www.w3schools.com/TAGS/tag_iframe.asp
All looks fine. There's a "Default location option" in Preferences and
you can set Euro or US. w00t.
<iframe
src ="http://other.domain.com/index.html" height=100% width=100%
scrolling="no" frameborder=0>
</iframe>
--
Natalie Downe
Client-side developer, Clearleft
<http://www.clearleft.com>
<http://notes.natbat.net>
<http://www.linkedin.com/in/nataliedowne>
Next, is there a PHP way of doing it so that the user cant get the URL
in the SRC param ?
You can use fopen to get the contents of a page and then dump them out
in the output of your php script.
Something like this to get the content:
http://www.drquincy.com/resources/tutorials/webserverside/getremotewebpageinfo/
Martyn
This will 'cloak' the URL (by not changing in the address bar as the user
clicks), but the source code will show the genuine URL.
If you try to hide the URL by pulling the content through your own server
and sending it from there, then for all but the simplest pages you will
probably get into a nightmare scenario with relative and absolute URLs in
the original page having to be fixed up and post backs getting confused...
Paul /)/+)
2008/8/12 Oliver Marshall <Oliver....@g2support.com>