| Author |
code in jsp
|
nikhil govind
Ranch Hand
Joined: Mar 08, 2011
Posts: 31
|
|
i have a doubt on this part of code
<input id="demo1" type="text" size="25"><a href="javascript:NewCal('demo1','ddmmyyyy')"><img src="images/cal.gif" width="16" height="16" border="0" alt="Pick a date"></a>
</font></p>
the name given "demo1" what is that because its never used again in rest of the code i have.
|
 |
Nam Ha
Ranch Hand
Joined: Aug 05, 2011
Posts: 50
|
|
|
It is just an identifier, you can use or not.
|
Java Object Creation
|
 |
 |
|
|
subject: code in jsp
|
|
|