I have hyperlink, <a class='navbar'
href="http://my.calendars.ne t/colchestercamra/">Diary</a>, that points to a
calendar.
What I want to be able to do is jump to calendars.net/colchestercamra/#month,
where I use JavaScript to set up the month.
Could I use an 'onclick' to set up the properties of the <a> tag just before
it jumps? I can't use window.location , as this currently remains static
(using frames I'm afraid!).
Cheers, Rob.
href="http://my.calendars.ne t/colchestercamra/">Diary</a>, that points to a
calendar.
What I want to be able to do is jump to calendars.net/colchestercamra/#month,
where I use JavaScript to set up the month.
Could I use an 'onclick' to set up the properties of the <a> tag just before
it jumps? I can't use window.location , as this currently remains static
(using frames I'm afraid!).
Cheers, Rob.
Comment