![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/04/2009, 08:42
|
![Avatar de focesar](http://static.forosdelweb.com/customavatars/avatar99021_2.gif) | | | Fecha de Ingreso: abril-2005
Mensajes: 84
Antigüedad: 19 años, 9 meses Puntos: 0 | |
mi web funciona en mozilla pero en internet explorer no tengo una pagina con el siguiente codigo:
Código:
<%
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "C:\Inetpub\Alajuela9170\database\enrute.mdb"
dim tecn
tecn=session("tecnico")
dim stSQL
stSQL="Select * from enrute where cod_tec= '" & tecn &"' and fech_ejec is null"
set RS=conn.execute(stSQL)
dim fecha, ip
fecha=date
ip=(request.servervariables("REMOTE_ADDR"))
%>
<body style="text-align: center" onload="FP_preloadImgs(/*url*/'images/button10.jpg', /*url*/'images/button11.jpg')">
<div align="center">
<table border="0" width="75%">
<tr>
<td> <p align="center"><font color="#FFFFFF" size="2">Tu
dirección IP actual es:<br> <%=request.servervariables("REMOTE_ADDR")%></font></td>
</tr>
<tr>
<td>
<div align="center"><p><font size="4" color="#FFFFFF">Osts
pendientes de ejecución por el técnico.</font>
</div>
<div align="center">
<table border="0" width="550">
<tr>
<td align="center" width="550" colspan="4">
<%if request.querystring("id")="sr" then%>
<p><b><font color="#FFFFFF">*** -- no se ha ingresado ninguna serie -- ***</font></b>
<p>
<%elseif request.querystring("id")="ok" then%>
<p><font color="#FFFFFF">Datos guardados correctamente!!!</font>
<p>
<%else%>
<%end if%></td>
</tr>
<tr>
<td align="center" width="125"><font color="#FFFFFF">Telefono</font></td>
<td align="center" width="125"><font color="#FFFFFF">Movimiento</font></td>
<td align="center" width="200"><font color="#FFFFFF">Serie Modem</font></td>
<td align="center" width="100"> </td>
</tr>
<tr>
<td align="center" width="125"> </td>
<td align="center" width="125"> </td>
<td align="center" width="200"> </td>
<td align="center" width="100"> </td>
</tr>
<%do while not rs.eof%>
<form method="POST" action="upd_trab.asp" >
<tr>
<td align="center" width="125">
<b>
<font color="#FFFFFF">
<%=rs("num_tel")%>
<input type=hidden name="id_reg" value="<%=rs("id_reg")%>">
</font>
</b>
</td>
<td align="center" width="125">
<b>
<font color="#FFFFFF">
<%=rs("cod_mov")%>
</font>
</b>
</td>
<td align="center" width="200">
<input type="text" name="serie" size="25" maxlength="45">
<input type=hidden name="fech_ejec" value="<%=fecha%>">
<input type=hidden name="ip" value="<%=ip%>">
</td>
<td align="center" width="100">
<button name="B3" value="submit">
Guardar
</button>
</td>
</tr>
</form>
<%rs.movenext%>
<%loop%>
<%rs.close%>
<tr>
<td align="center" width="550" colspan="4" height="18"></td>
</tr>
</table>
</div>
<p align="center"> </p>
</td>
</tr>
<tr>
<td><p align="center"><a href="index.asp">
<img border="0" id="img1" src="images/buttonF.jpg" height="20" width="100" alt="Salir del Sistema" fp-style="fp-btn: Embossed Rectangle 5" fp-title="Salir del Sistema" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/button10.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/buttonF.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/button11.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/button10.jpg')"></a><p align="center"> <p align="center">
<font size="2" color="#1E82E6">Sitio Web optimizado para se usado con Mozilla Firefox</font><p align="center"><a href="http://www.mozilla.com/firefox?from=sfx&uid=0&t=307" target="_blank"><img border="0" alt="Spreadfirefox Affiliate Button" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/200x32_best-yet.png" /></a></td>
</tr>
</table>
</div>
</body>
</html>
Pero no me carga los datos despues del if...
pero si la ejecuto con firefox funciona sin ningun problema
__________________ El valor el hombre no es proporcional a las veces que ha triunfado, sino a las veces que se a levantado de los errores
:pensando: |