kal lak

Greenhorn
+ Follow
since Sep 16, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by kal lak

How do validate date in javascript for format(YYYYMMDD)??
for(int j=0;j<approvalDet.size();j++){

eaBean = (ExceedApprovalBean) approvalDetails.get(j);

}


How can I can populate text field for comments from arraylist approvalDet

<td align="center"><input type="text" name="comments<%=i%>" value="<%=%>" ></td>
Is it possible in javascript, to make dropdown text field to readonly /lock
for(int j=0;j<approvalDet.size();j++){

eaBean = (ExceedApprovalBean) approvalDetails.get(j);

}


How can I can populate text field for comments from arraylist approvalDet

<td align="center"><input type="text" name="comments<%=i%>" value="<%=%>" ></td>
[ September 16, 2005: Message edited by: Bear Bibeault ]
18 years ago
JSP
How to validate date in javascript for format(YYYYMMDD)???
[ September 16, 2005: Message edited by: Bear Bibeault ]