I have this code below, how can i get the value from the date input box when i click on the button?
Code:
<input type="text" name="date" size="10" onfocus="showCalendarControl(this);" readonly="readonly" /> <input type="submit" value="Refresh" onclick="getcontent(\'../../map.php?id=1&value=\'+this.value,\'map\');" />
Comment