Posted By:
Anonymous
Posted On:
Friday, November 24, 2006 05:45 AM
I have an ajax updater method that updates a div element with html and input elements. All this
code is inside a form. With IE if I submit the form I can collect this input elments, but with
Firefox I can't, because this elements (the ones inside the div) are not sended to my cgi.
I don't know how to deal with that problem. Can someone help me please?