Hi,

I m working in jsp project in which I have problem is,

Whenever click on different images then some values entered in input text
and here I want to when I clicked again any some image that particular value
removed from input text.

Thank's in advance

Recommended Answers

All 3 Replies

Use Ajax or jQuery library and look for methods like change() or onChange()

I don't know Ajax so above query I want to solve by using jsp and javascript.

I don't know Ajax so above query I want to solve by using jsp and javascript.

Ajax is JavaScript, it is just better organized and provides you with methods which you would have to normally do with some extensive JavaScripting. Just use Google to search for Ajax examples of this

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.