Connecting Tech Pros Worldwide Help | Site Map

How to include a calender in JSP using tags

  #1  
Old November 16th, 2006, 01:35 PM
srikanthpola@gmail.com
Guest
 
Posts: n/a
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 .

  #2  
Old November 16th, 2006, 02:35 PM
Erwin Moller
Guest
 
Posts: n/a

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
  #3  
Old November 16th, 2006, 05:05 PM
Tom Cole
Guest
 
Posts: n/a

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?

  #4  
Old November 16th, 2006, 05:05 PM
Tom Cole
Guest
 
Posts: n/a

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