Hi ...
i want to make link to html file.which i have in my rails application
folder.
below is my source genearted by html.
but when i click the link i get error => Firefox doesn't know how to
open this address, because the protocol (d) isn't associated with any
program.
<a
href="D:/Projects/inProgress/ANGACM0908/re/Task/acm_administration/ChatHistory/2009-01-08/mar...@angleritech.com~vs~gopinath@angleritech.com/jayabhara...@angleritech.com~vs~kannan@angleritech.com.html">
click here </a>

my actual code is<%file_path.each do |f|%>

<a href="<%= RAILS_ROOT + f %>"> click here </a>

<%end%>
-- 
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to