Page 1 of 1

i want to open multiple web page on single web page

Posted: Thu Apr 12, 2007 4:53 am
by deepakagrawal1982
Hello,
I am deepak , i am a begineer in php programming, and right now i developing a website on php.
In this web site , i want to open multiple web page on single web page. just like the www.A9.com
so please help me for this.
thank you.

Posted: Thu Apr 12, 2007 5:02 am
by Kieran Huggins
HTML, not PHP - search for "frameset"

Posted: Thu Apr 12, 2007 5:13 am
by onion2k
When I go to A9.com I only see one page.

Posted: Thu Apr 12, 2007 7:10 am
by aaronhall
onion: I assume he was talking about the results page

deepak: you might search for "iframe" instead if you want to replicate a9

Posted: Thu Apr 12, 2007 11:29 am
by bpopp
Not that it has much to do with Theory and Design, but those aren't frames. There's an empty iframe there, but it's not being used as best I can tell. Those panels are just divs in a table. Looks like they are using Ajax (in some fashion) to load the contents into them.

Posted: Thu Apr 12, 2007 11:40 am
by Luke
either way, this is client side, so I'm moving it there