Hi Forum,
I have been using link_to_remote for other pages within my Rails
environment with no problem. Right now I need to add a link to an
external webpage and can’t seem to get the syntax right.
I’m trying to do something like this:
<%= link_to_remote("Click Here for External Link,
:update => “displaydiv”,
:url => {:action => ‘http://www.ruby-forum.com’ }) %>
any and all help is greatly appreciated
jackster