Hey everyone! I have a project I'm working on, need some guidence but didn't know how to word my search before posting so please forgive me.
I'm farely new at creating javascript programs for web site and I have an idea for my webpages to help minimize the amount of scripting and documents for content.
My idea is to have content load within a specific page from a link within the same page without using iframes or creating multiple documents with html and javascript. I want it to be an effecient way for users to view material on my site while minimizing the amount of files on the server and having to create all of this webpages to get my information out to my viewers.
What I want is to have links over to one side of my webpage, and when a viewer clicks on that link the information is called over to the other side of the page within a <div> area (not in a new window or with iframes).
I've checked several different sites for this script or a version (at DynamicDrive, Hotscipts, W3schools under javascript examples, etc.) but was not successful at finding anything like it.
I considered using variables or arrays to hold the content and then have a function call it within the <div> area. I even tried using include(); with php and it didn't work the way I had intended.
If anyone has any ideas on how to go about creating script to do this, please share or point me in the direction to write the script.
I feel that it would benefit web designers of all caliber by proving to be a more efficient way to get content to their viewers while tightening up the work load involved.
I'm farely new at creating javascript programs for web site and I have an idea for my webpages to help minimize the amount of scripting and documents for content.
My idea is to have content load within a specific page from a link within the same page without using iframes or creating multiple documents with html and javascript. I want it to be an effecient way for users to view material on my site while minimizing the amount of files on the server and having to create all of this webpages to get my information out to my viewers.
What I want is to have links over to one side of my webpage, and when a viewer clicks on that link the information is called over to the other side of the page within a <div> area (not in a new window or with iframes).
I've checked several different sites for this script or a version (at DynamicDrive, Hotscipts, W3schools under javascript examples, etc.) but was not successful at finding anything like it.
I considered using variables or arrays to hold the content and then have a function call it within the <div> area. I even tried using include(); with php and it didn't work the way I had intended.
If anyone has any ideas on how to go about creating script to do this, please share or point me in the direction to write the script.
I feel that it would benefit web designers of all caliber by proving to be a more efficient way to get content to their viewers while tightening up the work load involved.