thanks for taking a look.
When you looked I had the 'as supplied' jscript file loaded, i.e. the <a> tag has no 'href' specified - the mouse over does not change to hand - and it works.
I have now changed the jscript file to my modified script.
Mouse over changes to hand and the <a> tag has an href specified - click and it goes to correct page - i.e. displays the same pae it was on, but cookie on status does not change.
I wonder - and I dont know how to check:
As supplied the<a> had no 'href' specified. The jscript carries out the shanges to the display - jscript so this is local to user.
When the <a> tag is specified clicking does as above and the jscript updates the display but then obeys the command to go to the specified 'href' - which reloads the current page. However as there are no changes to the 'served' page the cached version is re-displayed - hiding the fact that the jscript has done its job.
Bookmarks