When called the function Done() works fine and the function ClearForm() works up to the line that reads document.getElementById("MemberName").innerHTML = "";
Below that nothing works. I have altered the abovementioned line todocument.getElementById("MemberName").value = ""; and it still works but again nothing below that line works.
I feel that there must be something wrong with the line that readsdocument.getElementById("Amount").value = ""; but I'm blessed if I can see it.
The relative HTML line reads<div style="position:relative;"><input type=text name="Amount" id="Amount" onBlur="CheckAmount()"></div>
Please make suggestions. -- Regards, Alf Stockton www.stockton.co.za Stay away from hurricanes for a while. My email disclaimer is available at www.stockton.co.za/disclaimer.html
Attachment:
AdjustmentFunctions.js
Description: application/javascript
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php