Displaying 2 results from an estimated 2 matches for "load_message".
Did you mean:
  load_messagea
  
2006 May 30
0
Ajax.Updater problem in IE
...All, 
Anybody can give me an advice why following code works
in Firefox + Safari but not in IE?
function load_mails(div_id){
        $(div_id).toggle();	//hide or show
	var pars = ''id='' + div_id;
				
	var myAjax = new Ajax.Updater(
				div_id, 
				''../library/partials/load_messages.aspx'', 
				{
					method: ''get'', 
					parameters: pars
				});
	return false;
}
Thanks in advance
Gokhan
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com
2010 May 07
0
Wine release 1.1.44
...mat string parsing in FormatMessageA into a new function.
      kernel32: Transition FormatMessageA to the internal use of Unicode strings.
      kernel32: Unify the format_insert ANSI and Unicode helpers.
      kernel32: Unify the format_message ANSI and Unicode helpers.
      kernel32: Rename the load_message helper to reflect its sole handling of Unicode strings.
      kernel32: Fail if a format placeholder is present without a format specifier in FormatMessageA/W.
      kernel32: Remove leftover preprocessor undef directives in the FormatMessage implementation.
      kernel32: Improve flag error handl...