Frederick Cheung wrote:
> On Apr 2, 10:54�am, Johny ben <[email protected]>
> wrote:
>> how to convert this on rails
>>
>> <!--[if lt IE 7]>
>> <script type="text/javascript" src="example.js"></script>
>> <![endif]-->
> 
> There's nothing to convert  - that's just pure html.
> 
> Fred

what I understand to add a external javascript link on rails
are to add like this
   <%= javascript_include_tag :javascriptfilename %>
although this link work on rails.
 <!--[if lt IE 7]>
   <script type="text/javascript" src="example.js"></script>
 <![endif]-->
I want to know if this html link have equivalent on rails.




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

Reply via email to