Click here to Skip to main content
15,888,116 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
my code below, not working....
need help please

thanks in advance....
HTML
<html>
<head>
 <link href="calendar.css" rel="stylesheet" type="text/css" />
        <script  type="text/javascript" src="calendar.js"></script>
        <script type="text/javascript">
            function init() {
                calendar.set("date");
            }
        </script>
</head>
<body>

        <form action="#" method="post">
            <label for="startdate">Start Date:</label>
            <input type="text"  name="date" id="date" />

</form>
</body>
</html>
Posted
Updated 5-Sep-12 0:39am
v2
Comments
Sandeep Mewara 5-Sep-12 6:39am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.

You need to elaborate on what is not working.
Ed Nutting 5-Sep-12 8:24am    
On top of what Sandeep put, we will need to know which Calendar.js you are using and if you get any errors. At the moment though, it is worth noting that you never call init() so it guaranteed not to work...
Ed

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900