Quote:
Originally Posted by Perro88
in ajax.a question: it's possible to send values using ajax when the ajax is inside a <form> tag? thanks for the reply
|
what do you mean by this? Do you mean there is a link, or button or something inside <form> tags that you want to trigger an ajax event? Whatever you mean, any event that happens on the browser that you can detect using HTML events or JavaScript...can trigger an ajax call.