| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2006
Posts: 3
|
Loading links question
Hello everyone. I am building a website now, and have a question that hopefully has a simple answer. It will have a few different sections. Lets say the one to the left will have links for different things (pictures, etc.). To the right will be the main website box, where all content will be displayed. However, when you go to the site I want a certain content to be in there, like when i click on the pictures link, i want everything that was in the box to be gone, and for the pictures to load. Same with contact or what have you. Do you understand what Im getting at? Haha, thank you for reading, and if anyone could tell me how to do this that would be very much appreciated. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Jun 2006
Posts: 3
|
So what part of that needs to be inserted? Im making this site using a div template that i already have made, and im just adding content. So i have a homepage, but when you click pictures i want that to load where the homepage content was. I didnt figure the code would be too long. Any help? |
|
|
|
#5 (permalink) |
|
Registered Abuser
Join Date: Jun 2006
Location: London, England.
Posts: 187
|
It all depends on what technologies you have available - i.e. whether you run the html locally, have it hosted somewhere or maintain the server yourself. Locally: (X)HTML frames, iframes, JavaScript. Hosted: JavaScript with or without AJAX, SSI, PHP or some other language, template engine, CMS. If you're hosting your site it's likely that SSI and PHP will be supported. SSI is easy. If you don't know PHP it's probably best to install a basic CMS. SSI = Server Side Includes PHP = PHP Hypertext Preprocessor CMS = Content Management System |
|
![]() |