Reply Review

Reply to:

Carlos Cordeiro wrote on 2013-10-18 17:48:19

My target is to set day to 01 when changing the month by clicking. I could do that when the month is changed using arrows to rigth and left, acessing archive calendar.js function move(m, y) but dont know how to select day 01 when the month is changed using calendar form.
function move(m, y){
var f = document.calendarform;
f.selected_day.value = "01";
f.selected_month.value = m;
f.selected_year.value = y;
f.m.value = m;
f.y.value = y;

this.loading();
f.submit();
}
thak you in advance

Message:
Name:
Email:
(optional)
(Your email that entered here will not show anywhere on website and will use only reference when someone reply your post)
  I want to receive a copy of email on this post (your email is needed)
 
Code:
 
 
Search this site
Programming Tutorial
CSharp (21)
PHP (12)
HTML (12)
ASP (14)