I want to know how to fix a problem
I have the following code
<label>Date Range: <input type="text" size="20" maxlength="30" name= "BegDate" value="<%=in_format.format(cal.getTime())%>" > - <input type="text" size="20" maxlength="30" name="EndDate" value=<%=s%> ></label>
When it displays in Firefox browser and I use mouse to click on EndDate to input, the cursor automatically return to BegDate input. I have to use Tab and go to EndDate and not use mouse click but typing to change the default EndDate. When I use IE, I don't find this problem.
How to fix it?
Our community of experts have been thoroughly vetted for their expertise and industry experience.