/    Sign up×
Community /Pin to ProfileBookmark

Calendar scripts?

Do any of you know of some free calendar scripts in JavaScript? I need one that is very simple – just the minimum.

Thanks…

to post a comment
JavaScript

11 Comments(s)

Copy linkTweet thisAlerts:
@Mike_BurdickauthorNov 07.2005 — Ultimater,

Thanks for the link!

Okay I picked one that should do the job but....when I cut and pasted the code as directed it won't run! Am I doing something wrong or is the script not working? ? Anyway, there was a link on the site to a forum and it linked back here so...anybody want to help me?

Here's the link to the calendar:

http://javascript.internet.com/calendars/date-picker.html

Any help would be greatly appreciated!

Thanks...
Copy linkTweet thisAlerts:
@UltimaterNov 07.2005 — It works fine for me in both IE and Firefox. You just need to download the overlib JS file and put it in the same folder directory as your page.

Another method would be to externally link to thier overlib script which would mean to change:
<i>
</i>&lt;script language="JavaScript" src="overlib_mini.js"&gt;&lt;/script&gt;
&lt;/HEAD&gt;

into:
<i>
</i>&lt;script type="text/javascript" src="http://nordenterprises.com/scripts/overlib_mini.js"&gt;&lt;/script&gt;
&lt;/HEAD&gt;
Copy linkTweet thisAlerts:
@Mike_BurdickauthorNov 07.2005 — Ultimater,

I didn't have the overlib JS file downloaded. It works now!

Hmmm...I think this is about the tenth time you helped me this week! ?

Thanks again...

Mike
Copy linkTweet thisAlerts:
@NatuScapeNov 09.2005 — Hi there,

I'm trying to get the same JS to work for me, and I've done all the necessary steps, including downloading the overlib_mini.js file. I copied and pasted the text of the script into an HTML file and tried to run it, all files in the same directory, but no luck!!

I get an erorr saying "Object Expected" and it says it's related to the line where the second text box is...

What did I do wrong? Any thoughts?

Thanks!

Me ?
Copy linkTweet thisAlerts:
@UltimaterNov 09.2005 — Sounds like to me that the JS file was not found. Do me a favor and upload the two files to your website and gave me a link.
Copy linkTweet thisAlerts:
@NatuScapeNov 10.2005 — Hi Ultimater,

Unfortunately, I'm dealing with an internal website, so I can't offer you a link to the actual pages I'm working with. I did copy the two source files to my personal website, you can check out what happens here: http://natuscape.com/natalia/calendarpicker.html

One tip that might help you diagnose is that I don't even get the tool tip that's supposed to appear when the cursor rolls over the calendar picker image. The error refers to the lines of code where the JS functions are summoned at the calendar picker image. Was there anything I should've replaced in there? Could this be a browser setting issue?

Thanks for your help!

Me ?
Copy linkTweet thisAlerts:
@UltimaterNov 10.2005 — The main overlib function is called [color=blue]overlib[/color] not [color=blue]overlib_mini[/color].

I understand that that can be confusing because the JS file is called overlib_mini.js.

However, like the overlib_mini JS file says itself in the first few lines "this is a very modified version" and that is way they renamed the JS file.

I believe I have a copy of the orginal on my server -- if not, a very close to original version.

[url=http://www.aplustv.com/overlib.js]overlib.js[/url].

However, the only changes you need to do are within the onmouseover event handlers of both A tags and retaining your overlib_mini JS file back to the way it was before you started editing it.

You cannot put SCRIPT HTML tags in JS files. The JS file is very flexable and can be adjusted from the webpage. You have total control over the functionality from your webpage and there should NEVER be a need to edit the JS file.

Simply re-download the JS file again.

http://nordenterprises.com/scripts/overlib_mini.js


Oh yeah, and on a server, src="overlib.js" searchs the root-level directory for the file, not the directory you are currently in, simply add a forwardslash to the file location or use an absolute URL.
<i>
</i>&lt;script type="text/javascript src="http://natuscape.com/natalia/overlib_mini.js"&gt;&lt;/script&gt;
Copy linkTweet thisAlerts:
@NatuScapeNov 10.2005 — Hi Ultimater,

The problem was that I didn't notice I had put the DIV tag before the TR and TD tags of the cell where the field is located, so that's what was tripping the script up. Lesson learned: if your field is on a table cell, put the DIV tag INSIDE the cell!!!

Thanks again for your input!

Me ?
Copy linkTweet thisAlerts:
@NatuScapeNov 14.2005 — By the way, I found a much better calendar that someone recommended to me on a separate thread: http://www.dynarch.com/demos/jscalendar/

It is a fabulous tool and so easy to implement!!
Copy linkTweet thisAlerts:
@alackaNov 03.2010 — Here is a simple calendar script that can then be found : php calendar script
×

Success!

Help @Mike_Burdick spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...