Hello,
I am developing a website :
http://www.stonybrook.edu/lihj/LongIslandHistoryJournalStagingArea/index.html
Here, the index page has 4 tabs and i am using the
divTabFrame.load() function to load a page into a frame dynamically.
where divTabFrame is the "div" where my dynamic page
should appear.
I also have links to these tabs on the navigation bar . So
if i am on the index page and click on any of the "Articles,
Reviews ,
Interviews" ,the appropriate page gets loaded in the tab.
This works fine.
However, when i am on any page other than an index page,
and if i click on any of the "Articles, Reviews , Interviews",
then this does not work because, though the correct page
goes to "divTabFrame.load()", it does not get an actual url to load.
Can someone please suggest a way to do it?
Thanks.