php - Aside from a table of textboxes, how can I ask for a user's weekly schedule? -
aside creating table of textboxes asks user enter class each hour, how else can ask them? feel it's lot of work typing in course codes each timeslot have class. used plain html in project, i'm open learning other technologies if make user's job easier (and if learning technology easy too).
time mon tue wed thu fri 7-8 txtbx1 txtbx2 txtbx3 txtbx4 txtbx5
if have class codes available, suggest binding textbx drop down list consisting of classes, user clicks on class , auto fills in textbox, suggest using javascript or better yet jquery library
Comments
Post a Comment