search for: php_ajax

Displaying 1 result from an estimated 1 matches for "php_ajax".

2008 Jun 12
10
Ajax.Updater not working in IE, tried everything
...;', ''32154''); return false;" value="Change Hometown" src="/ vm_images/build/set_hometown.jpg" /> </form> here is the javascript: function change_little_things(data, type, member_key) { var b64data = Base64.encode(data); var url = ''php_ajax.php?type='' + type + ''&data='' + b64data + ''&member_key='' + member_key; new Ajax.Updater( { success: type + ''_result'', failure: type + ''_result'' }, url); } the php_ajax.php file runs a database call, updates th...