Displaying 1 result from an estimated 1 matches for "message2body".
2005 Sep 21
9
Ajax.Updater
...wondering if one could pull a completely separate web site into a
div, e.g.
<a href="#" onclick="new Ajax.Updater(''artifact'',
''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true,
onLoading:function(request){Toggle.display(''message2body'')}}); return
false;">»</a>
it fails when I try at present, but I''m wondering what''s causing the
failure and if there is any way round it.
The erb to generate the above is as follows:
<%= link_to_remote "»",
:url=>messag...