Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/03/2010, 14:49
etisdemian
 
Fecha de Ingreso: octubre-2009
Mensajes: 357
Antigüedad: 14 años, 6 meses
Puntos: 1
traduccion a php

especificamente quiciera saber como se lee esto en php

Cita:
<%
ua = Request.ServerVariables("HTTP_USER_AGENT")
showIE = ""
If Instr(ua, "MSIE") OR Instr(ua, "Firefox") Then showIE = "none"
%>

<% For x = 0 to TotalLineas %>
<tr id="submenu<%= x %>" style="display:<%= showIE %>">
<td><input name="ISBN<%= x %>" type="text" class="Fields" size="12"></td>
<% next %>
<% If showIE = "none" Then %>
<% End If %>

Última edición por etisdemian; 10/03/2010 a las 15:32