aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes code in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "code in jsp" Watch "code in jsp" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: code in jsp
 
Similar Threads
Getting values from id attribute in a servlet
Hibernate Commnication between two database
constructor
Intergration of Struts2 and EJB3.0 using struts2-ejb3-plugin
How to forward request to a servlet in other application