PDA

View Full Version : Load one page into another, how can it be done?



Iso-Rob
January 16th, 2006, 09:01 AM
Hi all

On my site i have a blog (www.iso-land.com/blog.html) that acts as a news page, im about to redesign my site and the blog is causing my design to be too rigid.

Is there a way to have the blog load into another page? For example, have all the menu and outer design with the blog loading into a certain area.

I know this can be done with frames but is there another way it can be done? Can it be done with css?

Please help, im really stuck!!
Thanks

treatkor
January 16th, 2006, 09:44 AM
http://rajshekhar.net/blog/archives/85-Rasmus-30-second-AJAX-Tutorial.html

Iso-Rob
January 16th, 2006, 10:53 AM
Thanks for that, is there no way to do it with css?

DDD
January 16th, 2006, 12:15 PM
not really....I would go AJAX. Which seems to be like showing and hiding divs but alot more powerful.

simplistik
January 16th, 2006, 12:36 PM
Thanks for that, is there no way to do it with css?Well CSS can't load pages... period. It's a styling and positioning language. Aside from that:

http://dynamicdrive.com/dynamicindex17/ajaxincludes.htm

abreev8
January 16th, 2006, 05:49 PM
You can use php includes if you have a server with php on it. Or you could use iframes.