Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/06/2010, 09:10
TheDark03
 
Fecha de Ingreso: mayo-2010
Ubicación: Lima, Peru.
Mensajes: 176
Antigüedad: 14 años
Puntos: 6
Respuesta: problema con doctype public con funcion javascript en firefox

Código ASP:
Ver original
  1. <%
  2. if len(Request("xtour"))>0 and len(Request("xtitulo"))>0 then
  3. %>
  4. <form name="frmverifica" id="frmverifica" action="" method="post">
  5. <input type="hidden" name="xtour" value="<%=Request("xtour")%>" >
  6. <input type="hidden" name="xtitulo" value="<%=Request("xtitulo")%>" >
  7. </form>
  8. <%
  9. end if
  10. %>
  11.             <!--Center Column-->
  12.             <div id="CenterColumn">
  13.             <% reload=false
  14.                 n=1
  15.                 if (""<>request.form("People")) then
  16.                     reload=true
  17.                     n= Cint(request.Form("people"))
  18.                 end if
  19.                 function iif(psdStr, trueStr, falseStr)
  20.                 if psdStr then
  21.                     iif = trueStr
  22.                 else
  23.                     iif = falseStr
  24.                 end if
  25.                 end function%>