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.

ఇంకా తెలుసుకోండి

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

  • 1 ప్రత్యుత్తరం
  • 1 ఈ సమస్య కలిగినది
  • 8 వీక్షణలు
  • చివరి సమాధానమిచ్చినది 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.

ప్రత్యుత్తరాలన్నీ (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.