The Piemaster
11-04-2002, 11:06 AM
Howdidoodi,
I am a relative beginner and dont know if this is possible...but here goes...
I can display e.g www.weatherchannel.com inside a table on my site using
<?php include("http://oap.weather.com/fcgi-bin/oap/generate_viewer_int?loc_id=UKXX0925&from=internal&par=internal&site=viewer&code=644097&promo=english");
?>
This is possible as all the images on the page have the full URL to them.
Is there a way of displaying pages where the images have not the full URL.
This is only an example to show what I mean. Its an attempt to get around frames if possible.
The Piemaster
I am a relative beginner and dont know if this is possible...but here goes...
I can display e.g www.weatherchannel.com inside a table on my site using
<?php include("http://oap.weather.com/fcgi-bin/oap/generate_viewer_int?loc_id=UKXX0925&from=internal&par=internal&site=viewer&code=644097&promo=english");
?>
This is possible as all the images on the page have the full URL to them.
Is there a way of displaying pages where the images have not the full URL.
This is only an example to show what I mean. Its an attempt to get around frames if possible.
The Piemaster