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
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