Sorry, the function should be:
function dfs_langs(n) {
if(dfs_lc=='in_progress') {
dfs_l_w.push('e(\''+n+'\').innerHTML=dfs_lc;');
}
else {
dfs_lc='in_progress';
new Ajax.Request('/m_ajax/languages',
{method:'get',onComplete:function(tr)
{dfs_lc=tr.responseText;e(n).innerHTML=tr.responseText;for(i=0;i<dfs_l_w.length;i
++){eval(dfs_l_w[i]);}}});
}
}
... but you get the idea.
- Walter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---