problem with `

  • Thread starter Thread starter Benny
  • Start date Start date
B

Benny

Hello Experts,

I have wrote a search method that accepts a string argument from the
search keyword text box. Everything goes fine except when I enter " ` "
in the text box and search, it display me back with:

<INPUT id=txtFind onblur="this.style.color='Black';" style="WIDTH:
150px" onfocus="this.style.color='#CC3300';" tabIndex=20 value=`
name=txtFind>.

Actually this happened to every text box when there is an event related
to the text box.

Since I have already implemented few pages with amounts of text boxes,
how can I solve this problem by writing a class/method, so I can use
this class/method on every implemented pages?

Thanks in advanced,

Benny
 
Back
Top