17 Mar
2003
17 Mar
'03
7:05 p.m.
[ Gidon Friedman]
a little python program (on the filesystem) that uses urllib2 is probably what you want to do. i see a python product or or an external method showing up in your life very soon ;-)
Remember that you do NOT want to include an entire HTML page inside your page. that would give you multiple head and body elements, as well as - perhaps - multiple DOCTYPE declarations. So once you retrieve the remote page (I assume it is an HTML page, but of course it might be something else), the chances are that you will have to do some degree of processing on it. That is one reason why the frame alternative is attractive (see my previous post). Cheers, Tom P