Forum: JavaScript / DHTML / AJAX Jul 29th, 2008 |
| Replies: 2 Views: 839 Hi,
onchange event of from date textbox, copy the value of from date into todate textbox. |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2008 |
| Replies: 2 Views: 538 Hi,
Please post you code. |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 2,967 Hi,
always mark thread as solved, when you get solution, as it will help others if they are searching for a solution. |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 2,967 Hi,
you can sumply use
t2 = "0"+t2;
but if you also want to give a condition that a 0 will be prefixed only for numbers less than 10. |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 1,398 Hi,
Replace the ew_ValidateForm javascript function with
function ew_ValidateForm(fobj) {
if (fobj.a_confirm && fobj.a_confirm.value == "F")
return true;
var i, elm, aelm, infix;... |