This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Wannan tattunawa ta zama daɗaɗɗiya. Yi sabuwar tambaya idan ka na bukatar taimako.

how to remove focus of an input text field on submitting a jsp form

  • 1 amsa
  • 1 yana da wannan matsala
  • 8 views
  • Amsa ta ƙarshe daga guigs

more options

i have a data table with 3 columns and i have a script to make one column editable. so when the user clicks on the table column it gets editable but now the problem while submitting this form the entire input tag is coming as value instead of just text value so i think its the problem of focus which is still there on table column while submitting the form.

i have a data table with 3 columns and i have a script to make one column editable. so when the user clicks on the table column it gets editable but now the problem while submitting this form the entire input tag is coming as value instead of just text value so i think its the problem of focus which is still there on table column while submitting the form.

All Replies (1)

more options

Are you making the html.input.value() editable? could you make an event handler for that element to turn of edittable when clicking submit? Like http://stackoverflow.com/questions/19.../make-fields-editable-when-a-button-is-clicked sergio's answer here?

This may be a question for stackoverflow.com for more accurate answer.