581
581
/* Get the "value" of the selected option */
582
582
var date = dropdown.options[dropdown.selectedIndex].getAttribute("value");
586
584
/* Send the form as multipart/form-data, since we are sending a whole lump
587
585
* of Python code, it should be treated like a file upload. */
588
586
/* AJAX callback function */