On 2/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Well actually it's not an alert I want to make, that wouldn't be a big
> problem :-) But I need the given back content to be placed in
> different containers on my page.
>
Then just replace the alert by the statements you need :
var function3 = function(content) {
   $('field').value = content;
   new Insertion.Top('div', content);
   ...
}

Yours,
Nicolas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to