Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Calendar After Login

Quote Reply
Calendar After Login
Hi,

A calendar .js file is attached. It has the possibility of defining holidays etc. It needs tweaking to be nicely tugged in just below the folders list. Just would add some functional utility. Can any one help me on this. Thanx in advance

Anup
Quote Reply
Re: [anup123] Calendar After Login In reply to
I really hate the way you can't open javascript files without saving them...grrr
Quote Reply
Re: [Paul] Calendar After Login In reply to
Hi,

Txt Attachment for you. Sorry for the trouble.

Anup
Quote Reply
Re: [anup123] Calendar After Login In reply to
Oooh thanks, I wasn't having a go at you, just internet explorer :)
Quote Reply
Re: [Paul] Calendar After Login In reply to
Hi,

Any clues on how to get the calendar working?

Thnx

Anup
Quote Reply
Re: [anup123] Calendar After Login In reply to
I'm not totally sure what you want help with. It looks like you just need;

<script language="javascript" src="/path/to/calendar.js"></script>

Were there no instructions wherever you got the code from?
Quote Reply
Re: [Paul] Calendar After Login In reply to
Hi,

It does not work. It is part of a install that I am getting done for subdomain hosting accounts for all webmail subscribers.



The part which activates the calendar is:

<SCRIPT language="JavaScript">
<!--
if (!document.layers) {
document.write("<input type='button' onclick='popUpCalendar(this, modify.record_expires, \"yyyy-mm-dd\")' value='select' class='button'>")
}
//-->
</SCRIPT>

I would want it to be by default (and not for updating date field as from above) Image of calendar is attached.

Anup

Last edited by:

anup123: Aug 2, 2002, 2:03 PM
Quote Reply
Re: [Paul] Calendar After Login In reply to
Hi,

I went crazy doing it and Its Done.....The account expiry date and other holidays come beautifully displayed on the calendar at click of a button.

Anup