![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Knowledge Base Most common error and how to trouble shoot them off |
![]() |
|
When replacing input type=file, "Browse" button, must click SUBMIT twice for form to
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Fixed Error!
Posts: 141
Location: Chennai
Join Date: Feb 2007
Rep Power: 2
IM:
|
I am replacing the default "Browse..." button for input type=file. This works fine except that the form will only submit after the SUBMIT button is clicked twice. Any ideas on why this is happening or a workaround? I'm testing on IE 5+. Thanks! <html> <head></head> <body> <form name="test_form" method="post" action="test.jsp"> <input type=file name=browse style="display: none;"> <input type=text name=file> <input type=button style="font-style:veranda; font-size:12px; font-weight:bold;text-transform:lowercase;color:white;background-color:#A2C382;height:22px;border-style:ridge;text-align:center;" onClick="browse.click();file.value=browse.value;" value="Select a File..."> <br><br> <!-- must be clicked twice for the form to submit! --> <input type=submit value="Submit The Form Now!" style="font-style:veranda; font-size:12px;"> </form> </body> </html> |
|
|
|
|
|
|
|
|
#2 (permalink) |
|
Fixed Error!
Posts: 141
Location: Chennai
Join Date: Feb 2007
Rep Power: 2
IM:
|
extrange behavior! I guess this should be enough: <html> <head></head> <body> <form name="test_form" method="post" action="test.jsp"> <input type=file name=browse style="display: none;"> <input type=text name=file> <input type=button style="font-style:veranda; font-size:12px; font-weight:bold;text-transform:lowercase;color:white;background-color:#A2C382;height:22px;border-style:ridge;text-align:center;" onClick="browse.click();file.value=browse.value;br owse.disabled=true" value="Select a File..."> <br><br> <!-- must be clicked twice for the form to submit! --> <input type=submit value="Submit The Form Now!" style="font-style:veranda; font-size:12px;"> </form> </body> </html> Try it! |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|