[ruby-it] Rails login problemi con Explorer
Zani Zani
giulia a due-punti.com
Mer 2 Dic 2009 10:05:35 CET
Alessandro Scolavino wrote:
> Qualche post ajax?
in application.html.erb:
<% if @prototype_required == true %>
<%= javascript_include_tag 'prototype', 'effects','builder',
'lightbox' %>
<% end %>
<% if @jquery_required == true %>
<%= javascript_include_tag 'jquery-1.3.2.min.js',
'jquery.maphilight.min.js' %>
<% end %>
<% if @google_map == true %>
<script src="http://maps.google.com/maps?....."
type="text/javascript"></script>
<script type="text/javascript">
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.openInfoWindowHtml(map.getCenter(),"<h3
style=\"color:#030303\"><img src=\"<%= image_path('logo_gmap.png') %>
map.addControl(new GSmallMapControl())
}
}
</script>
<% end %>
</head>
> Nei log i dati arrivano?
si arrivano non ho alcun errore, non so se possa centrare cque provando
nel pc Windows usando firefox funziona tranquillamente...
> Sei in development o Production?
In production
--
Posted via http://www.ruby-forum.com/.
More information about the Ml
mailing list