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.