Hi all,

I know this an ASP.Net site, but perhaps someone here could help me understand something regarding a site that I am rewriting in ASP.Net that was orginally in java.

I looked at the home page of this site (home.jsp). I right clicked in IE and did a View Source. I saw something that confuses the hell out of me and hopefully someone can help me understand if it's right or not.

When I look at the source, I see multiple <html></html> and <body></body> tags. I was always under the impression that a web page had a single <html></html> and <body></body> tag, not multiples.

I checked a site where I know I am using an iframe, and I only see the link to the content of the iframe, not the actual HTL generated by the ASPX page in the iframe.

Is it possible that there should be multiple head and body tags within a page? Is this a hold out from the days of frames? (It's an old site).

Any info y'all can provide would be greatly appreciated

Thanks,
J