Re: [Dynapi-Help] IO Element again...

2003-06-23 Thread Raymond Irving
Hi Daniel, Firstly, it's more effecient to create the callback function on the outside of the PostData() function var fn = function(e, success) { if (!success) alert ('Server Timeout'); } Secondly, you'll have to loop through all the checkboxes and then submit their values together: fu

[Dynapi-Help] IO Element again...

2003-06-22 Thread Dev
Hi folks! I have some problem with posting the checkboxes with the ioelement. Here is my code: function PostData(formName) { var fn = function(e, success) { if (!success) alert ('Server Timeout'); } var elm,f = eval('document.forms.'+formName); var d