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 %>
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 %>