how do i save the output from javascript function to mysql??
var macs = {
getMacAddress : function()
{
document.macaddressapplet.setSep( "-" );
return (document.macaddressapplet.getMacAddress());
}
}
document.write(macs.getMacAddress());
someone told me to use ajax, but ive tried to figure out but cant get anything.. Anyone would be good to help me. thanks