Connecting Tech Pros Worldwide Forums | Help | Site Map

How to include a calender in JSP using tags

srikanthpola@gmail.com
Guest
 
Posts: n/a
#1: Nov 16 '06
I want to know the steps in using of a Calender.js file and how to
include that Clender file in the Java Script and what are the changes
made to that file .


Erwin Moller
Guest
 
Posts: n/a
#2: Nov 16 '06

re: How to include a calender in JSP using tags


srikanthpola@gmail.com wrote:
Quote:
I want to know the steps in using of a Calender.js file and how to
include that Clender file in the Java Script and what are the changes
made to that file .
Nice,

And what is the question/problem?
And what has JSP (Java Server Pages) to do with the problem?

Regards,
Erwin Moller
Tom Cole
Guest
 
Posts: n/a
#3: Nov 16 '06

re: How to include a calender in JSP using tags



srikanthp...@gmail.com wrote:
Quote:
I want to know the steps in using of a Calender.js file and how to
include that Clender file in the Java Script and what are the changes
made to that file .
To include the file in an HTML file, simply provide a script tag:

<script src="Calendar.js" type="text/javascript"></script>

As far as how to use the Calendar.js package, you'd have to consult
whomever it is that wrote it. That's not a javascript specific
question, but a Calendar.js question. Weren't there instructions from
where you downloaded it?

Tom Cole
Guest
 
Posts: n/a
#4: Nov 16 '06

re: How to include a calender in JSP using tags



srikanthp...@gmail.com wrote:
Quote:
I want to know the steps in using of a Calender.js file and how to
include that Clender file in the Java Script and what are the changes
made to that file .
To include the file in an HTML file (or ASP, or JSP, etc...), simply
provide a script tag:

<script src="Calendar.js" type="text/javascript"></script>

As far as how to use the Calendar.js package, you'd have to consult
whomever it is that wrote it. That's not a javascript specific
question, but a Calendar.js question. Weren't there instructions from
where you downloaded it?

Closed Thread