The following facilitates the positioning and displaying of two webpages into one window.......
<html>
<head>
<title>Two Page Code</title>
</head>
<frameset cols=30%,*>
<Frame src=today.html name=today>
<Frame src=main.html name=main>
</frameset>
</html>
However, when I seek to install between <body> </body> tags to have the two pages presented in the body of a website page it will not work. Why is that and is there a solution?![]()


Reply With Quote

Bookmarks