calling a specific div on an external page
Dynamic Ajax Content
http://www.dynamicdrive.com/dynamici...jaxcontent.htm
I have 20 tables that are rather small. Rather than having 20 pages, I'd much rather have 1 page and 20 divisions.
If it is possible, how would I go about calling a specific table on that single page?
If not possible, could one of you fine scholars of scripting make it possible?
I really do not want 10,000 little files to keep track of.
Thanks.
calling an item from another page
I have need of a script that will do the following:
You are on a page named index.html.
You see a link and click on it.
Instead of being taken to that page, the item comes to you.
Let's say on page1.html I have 3 items.
Link1 calls up only item1 on page1.
Link2 calls up only item2 on page1.
Link3 calls up only item3 on page1.
DD has several fine scripts that I could use.
I do like the new sidepanel script the most.
As they are written, you need a single page for each item.
Using the DD approach, I would need 3 seperate pages.
Why? What's wrong with having only one page and 3 items on that page?
I really don't want to write 1,000 seperate pages when a handfull would do the same job.