Hello All ! ! !
I have a litle problem with an application that i creating ! ! !
I'm using the JQuery to manage my document and the AJAX data.
All are fine with all the mail Browsers except the Internet Explorer ( another one time ! ! ! )
I have create a form with radio buttons to select my client what futures they like to have and then with AJAX i reding his choise to calculate in a PHP script the total. Then the total return back to the AJAX script and the AJAX script update a tag in my document with the new Price.
The internet explorer need special attention ! ! !
When the AJAX update the tag with the price the value does not changing ! ! !
When you click again anywhere into the page in any control or in background or in any other place then the price changing ! ! ! !
Why ? ? ?
Any answer ? ? ?
Many thanks ! ! !

