Click to See Complete Forum and Search --> : Display two pages in one page (no frames)


Armando Ramirez
12-19-2007, 09:17 AM
Hi All
Is there a way to display two pages in one page without using frames??

Thanks

ryanbutler
12-19-2007, 09:24 AM
Nope, unless you use their step children iframes, which are as equally annoying.

TheRave
12-19-2007, 09:25 AM
Server side includes.

ryanbutler
12-19-2007, 09:35 AM
Guess you could, I don't view server-side includes in that context, which is why I would never have thought of that. Though you'll have be careful and not include any additional code except what you want the server-side include to include. Otherwise, you'll get duplicate code which will present all kinds of problems.

LeeU
12-19-2007, 09:37 AM
Please do not cross post. The other thread has been removed.

dtm32236
12-19-2007, 10:14 AM
There's another one here:
http://www.webdeveloper.com/forum/showthread.php?p=836929#post836929

and it sounds like you're looking for some modification of a tabs script (http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/)

if you know html and javascript, this should be pretty simple to manipulate to suit your needs.

LeeU
12-19-2007, 10:25 AM
Thanks, it's moved also.