| | | richard |  |
| Posted: Sat Sep 20, 2008 11:36 pm Post subject: dual scripts problem |  |
| |  | |
I'm working on a design for my website which I hope will work out the way I want. The one script I found I like and plan on using it. Normally, this type fo script shows and hides divisions from within the same page. This script calls an external file, then shows it in the defined division.
What I'm thinking of doing though is, since the page itself has less than 100 lines of coding, to include a second script which does the regular swapping on the same page.
My main question is, can I do this using the same script?
As an example of a link style it uses is this: <li><a href="external2.htm" rel="yearcontainer">1960</a></li>
How would I go about changing the href part to show just a division on that first page?
If I use a second script, to the same page swapping, how will either script know which to use for that link?
This is the first script: LINK
This is the second script: LINK
Bascially what I have now is, a UL Li based menu, inline, on the top. Then the main division below it.
My idea is to have the top menu call up a division from within the page, rather than externally, then hopefully, within that division, call up and display the external file. |
|