User Profile
Collapse
-
confirm box is opening two times simultaneously. one when im pressing the ctrl key and the other when im pressing 'v'... -
Overwrite contents of textarea
Hi
I have a text area and a label.
label(cntfieldl d) represents the number of characters that still can be entered in the text area(xtxExperti se).
I have written the following code:
function textCounter (txtExpertiseId , cntfieldId, maxlimit)
{
Count = cntfieldId.valu e;
If (txtExpertiseId .value.length > 2000)
cntfieldId.valu e=0
else
cntfieldId.valu e... -
drop downs
HI
I have three drop downs.One for years(say ddlYear),one for months(say ddlMon) and the last one for no.of days(say ddlDays)
'ddlYear' dropdown is populated with years from 1900 to 2100.
'ddlMon' drop down is pouplated with months.
When i select year and month from ddlYear and ddlMon, i wan the drop down ddlDays to be populated with corresponding no.of days.
(Including the case of leap year also)
Can anyone...
No activity results to display
Show More
Leave a comment: