How to include a calender in JSP using tags

S

srikanthpola

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 .
 
E

Erwin Moller

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
 
T

Tom Cole

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?
 
T

Tom Cole

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,433
Messages
2,571,683
Members
48,796
Latest member
Greg L.

Latest Threads

Top