Link to home
Start Free TrialLog in
Avatar of wasabi3689
wasabi3689Flag for United States of America

asked on

FireFox Browser for test input field problem auto returned

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?
       
Avatar of Eternal_Student
Eternal_Student
Flag of United Kingdom of Great Britain and Northern Ireland image

Does you HTML outputted code validate?

http://validator.w3.org/
ASKER CERTIFIED SOLUTION
Avatar of water_foul
water_foul

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial