search for: b64data

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

Did you mean: 163data
2008 Jun 12
10
Ajax.Updater not working in IE, tried everything
..._hometown.new_hometown.value, ''hometown'', ''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); } t...