473,609 Members | 1,900 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Questions on altering Matt Kruse's calendar script

Hi.

I'm looking to use Matt Kruse's calendar script to create a calendar
that will automatically be written to a page. I don't need it to pop-up
like he has it set.

The test URL I have is as follows: http://conserveh2o.org/test_cal.htm

I'm not sure what commands I need to use to get it to start calling
functions to fill the table row below. Can anyone help?

Also, does anyone know of any examples of a modified script that has a
particular day which is highlighted/bolded showing that there is
something happening on that day? So, when the highlighted/bolded day is
clicked on, a pop-up comes up showing what activity is going on for
that particular day. If there is nothing going on, the day will not be
bold or highlighted.

Thanks gang.

Apr 3 '06 #1
3 2907
th************* *********@gmail .com said the following on 4/3/2006 7:00 PM:
Hi.

I'm looking to use Matt Kruse's calendar script to create a calendar
that will automatically be written to a page. I don't need it to pop-up
like he has it set.
Have you asked Matt Kruse how to modify it?
The test URL I have is as follows: http://conserveh2o.org/test_cal.htm

I'm not sure what commands I need to use to get it to start calling
functions to fill the table row below. Can anyone help?
Yes, email Matt Kruse how to modify it. It is, after all, his code.

<snip>
Thanks gang.


Are we in LA or NY?

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Apr 4 '06 #2
th************* *********@gmail .com wrote:
I'm looking to use Matt Kruse's calendar script to create a calendar
that will automatically be written to a page. I don't need it to
pop-up like he has it set.
My script doesn't support a static in-page calendar. You can hack it if you
want, but why? Just use one of the 10,000 other calendar solutions out there
that support in-page display. :)
I'm not sure what commands I need to use to get it to start calling
functions to fill the table row below. Can anyone help?
You could post in my support forum, btw. But I'd give you the same answer.
Also, does anyone know of any examples of a modified script that has a
particular day which is highlighted/bolded showing that there is
something happening on that day?


Again, a feature that is not in the script. You're welcome to hack it in if
you wish.

--
Matt Kruse
http://www.JavascriptToolbox.com
http://www.AjaxToolbox.com
Apr 4 '06 #3
JRS: In article <11************ **********@j33g 2000cwa.googleg roups.com>
, dated Mon, 3 Apr 2006 16:00:24 remote, seen in
news:comp.lang. javascript, th************* *********@gmail .com posted :

Also, does anyone know of any examples of a modified script that has a
particular day which is highlighted/bolded showing that there is
something happening on that day? So, when the highlighted/bolded day is
clicked on, a pop-up comes up showing what activity is going on for
that particular day. If there is nothing going on, the day will not be
bold or highlighted.


Try reading the newsgroup FAQ before posting; see below. You should
find an event picker at ja-date6.htm#EP to build upon.

--
© John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.c om/faq/> JL/RC: FAQ of news:comp.lang. javascript
<URL:http://www.merlyn.demo n.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Apr 4 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
1494
by: Randy Webb | last post by:
Just for my own curiosity, what ever happend to the Java Applet that was referenced in the FAQ along with the HTTPRequestObject? http://jibbering.com/faq/#FAQ4_34 And in http://jibbering.com/faq/#FAQ4_43, any chance of adding a snippet about this bookmarklet: ...
14
1481
by: Josh | last post by:
I was wondering if anyone could point me in the direction for information to solve the following problems with my site (under development). The URL is http://thesouthbeachhostel.com/php-testing/default.php?p=reservations. This contents in this folder are not active yet. This is my first professional site so I want everything to be as perfect as possible. 1) On the form there is a label "Check-in Date:" -- I want the small calendar...
0
1734
by: maxrawson | last post by:
First, let me start by saying my asp.net experience is still in it's infancy so please bare with me as I try to explain my situation. I have created a single page that with the use of many controls (i.e. roundedcorners component www.4guysfromrolla.com], buttons and panels) functions like a tab control. The buttons are programmatically designed to make the corresponding panel visible. Sample aspx.vb code:
2
3407
by: Caesar Augustus | last post by:
First, let me start by saying my asp.net experience is still in it's infancy so please bare with me as I try to explain my situation. I have created a single page that with the use of many controls (i.e. roundedcorners component www.4guysfromrolla.com], buttons and panels) functions like a tab control. The buttons are programmatically designed to make the corresponding panel visible. Sample aspx.vb code:
0
1482
by: GFro | last post by:
I have a calendar page that returns a date to a textbox on the parent page. It is returning the wrong format on the deployment server. On the development server the calendar returns to textbox in the mm/dd/yyyy format. I created a deployment package and installed the program on another server and it also returned the correct mm/dd/yyyy format. Recently I got complaints saying that the format changed to mm-dd-yyyy format. This...
0
2003
by: GV | last post by:
Hi all, New to developing in VS 2005 ASP 2.0 Trying to have a easy pop calender for a button on a web page. I keep getting a error message in IE6 that says: Line 69 Char 3 Error: 'this.container' is null or not an object
1
3698
by: itcassy | last post by:
I am working with Matt Kruse's Javascript Toolbox calendar popup and have everything working correctly. However, I need to not only disable today's date, but also the next two days. For the form I am working on, they do not want people to be able to pick a date earlier than 3 days in advance. I would appreciate any help anyone can provide. I cannot figure out how to add more time to the disabled portion of the script. The form script is below: ...
6
3969
by: ruraldev | last post by:
I have been trying my best to display a chosen date as dd-mm-yyyy but insert it into the mysql database as yyyy-mm-dd, I know it must be simple but no matter what I try I can't get it to work. At the moment the date is displayed as dd-MM-yyyy but of course this won't add to the mysql database, if I change the display to yyyy-MM-dd then it displays in that format (which I don't want) but will add to the database OK. I had thought that I...
1
3698
by: abhishekbrave | last post by:
The code below is opening a calendar on mouse over in the same window. I need the calendar to be opened in new window. Have to fulfill this requirement urgentely so posting the whole code here. I tried doing some workaround using window.open() but not getting the calendar in new window. <html> <head> <script language="JavaScript">
0
8129
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8571
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8535
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8404
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6997
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5509
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4017
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2530
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1667
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.