i want to open multiple web page on single web page

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
deepakagrawal1982
Forum Newbie
Posts: 2
Joined: Thu Apr 12, 2007 4:24 am

i want to open multiple web page on single web page

Post 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.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

HTML, not PHP - search for "frameset"
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

When I go to A9.com I only see one page.
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post 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
User avatar
bpopp
Forum Newbie
Posts: 15
Joined: Mon Apr 09, 2007 11:18 pm
Location: Memphis

Post 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.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

either way, this is client side, so I'm moving it there
Post Reply