Hi all. I have situation that I sent AJAX.call and after getting 
answer i execute javascript code from that answer. The problem 
is that code has  calls to variables from global namespace 
(library that I inlude in my header of my page -e.g. prototype, 
scriptaculo.us) and this made wrong, on FF i see that variable 
does'n exist - name error. e.g javascript code from Ajax Call
<script>
new Ajax.Updater({success: 'mydiv'},'displayForm',{method: '
post});
</script>
so how can I made another call? is it possible?


----------------------------------------------------
Gdy nadchodzi przełomowy moment w historii, musisz zdecydować, 
po czyjej stronie będziesz. 
"X-Men: Ostatni bastion" - w kinach od 26 maja. 
http://klik.wp.pl/?adr=http%3A%2F%2Fwww.x-men.wp.pl&sid=763


_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to