I want to display remote content using html 'frame'.Say i want to display the content of www.news.google.com on a frame ...how to do that?
A:
<iframe src="http://news.google.com" height="500" width="500">
text here if iframe is unable to display
</iframe>
change the size values accordingly.
John T
2009-02-11 00:41:08