hi,
i just recently got a small internet tablet nokia n800 that uses opera.
however, when browsing to my sites that use ajax, they dont work well. a
person in another forum posted this bit of code..
function DoAjaxStuff() {
new Ajax.Request(''/stuff'', { method:
''get'',
requestHeaders:[''Referer'', document.location.href],
asynchronous: true });
}
now how can i implement that in my rails code?
thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---