Click to See Complete Forum and Search --> : How to show two HTML pages in one ?


jigneshjsoni
05-03-2009, 04:15 PM
I was checking cricinfo.com website's homepage. When I clicked "view source" in center of the page, it showed all html tags and javascript in the page but it did not include a column in the left. Then clicked "view source "in the left column and the I saw different html and javascript for that part of the page. How can one home page have two different html pages for two parts ?

thanks

Charles
05-03-2009, 04:47 PM
Either a FRAME (http://www.w3.org/TR/html401/present/frames.html) or an IFRAME (http://www.w3.org/TR/html401/present/frames.html#edef-IFRAME). Though one could also use an OBJECT (http://www.w3.org/TR/html401/struct/objects.html#edef-OBJECT).

That site you mention, the HTML is atrocious. Don't go learning anything from under the hood.

jigneshjsoni
05-03-2009, 09:45 PM
what website is proper to see IFrame and Object examples ? Which is easy to understand and learn ?

jigneshjsoni
05-03-2009, 11:35 PM
Wrong post. Remove

Sorry

Charles
05-04-2009, 04:58 AM
Follow the links that I gave.