Displaying 2 results from an estimated 2 matches for "load_messages".
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
The Wine development release 1.1.44 is now available.
What's new in this release (see below for details):
- Many more new icons.
- Support for 32-bit prefixes with a 64-bit Wine.
- Many additional msvcr80/90 functions.
- Improvements to Bidi handling.
- More complete mmdevapi (Win7 audio) support.
- Improved handling of MSI patches.
- A number of fixes for desktop menus.
-