Alguien con nescape puede mirarme esta url
http://www27.brinkster.com/yamsoft/db/usuarios.asp
eske me da un error pero con iexporer solo me da error 500 i no se k falla... o si no os pondre el codigo...
| |||
k le pasa a esto... Alguien con nescape puede mirarme esta url http://www27.brinkster.com/yamsoft/db/usuarios.asp eske me da un error pero con iexporer solo me da error 500 i no se k falla... o si no os pondre el codigo... |
| |||
Re: k le pasa a esto... <pre><html> <head> <meta http-equiv="Content-Language" content="es"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Usuarios de YamSoft</title> </head> <body> <%nid=request.querystring("id") if nid="" then response.redirect "usuarios.asp" end if sqltxt="select * from id where codigof="&nid Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("usuarios.mdb")) set rs=createobject("ADODB.Recordset") set rsr=createobject("ADODB.Recordset") rs.open sqltxt,conn if rs.eof then response.redirect "usuarios.asp" end if usuarios=rs("id") rs.close sqltxt="select * from id where foro="&nid rs.open sqltxt,conn%> <div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" width="732" height="353"> <tr> <td width="272" height="51" valign="top"><img border="0" src="defaul1.jpg" width="250" height="53"></td> </center> <td width="460" height="51" valign="top"> <p align="center"><font color="#FF0000" size="3" face="Verdana">Usuarios de YamSoft</font></p> </td> </tr> <center> <tr> <td width="732" height="249" valign="top" colspan="2"> <table border="0" cellpadding="0" cellspacing="1" width="100%" height="40"> <tr> <td width="100%" height="19" valign="top" colspan="5"> <p align="center"><font size="2" face="Verdana" color="#0066FF">Busca Usuarios: <script language="JavaScript"> var NS4 = (document.layers); var IE4 = (document.all); var win = window; // Con frames usar top.nombre.window; var n = 0; function findInPage(str) { var txt, i, found; if (str == "") return false; // Find next occurance of the given string on the page, wrap around to the </pre> |
| |||
Re: k le pasa a esto... <pre>if (NS4) { // Look for match starting at the current point. If not found, rewind // back to the first match. if (!win.find(str)) while(win.find(str, false, true)) n++; else n++; // If not found in either direction, give message. if (n == 0) alert("A escrito mal el nombre de Usuario o éste Usuario no existe."); } if (IE4) { txt = win.document.body.createTextRange(); // Find the nth match from the top of the page. for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) { txt.moveStart("character", 1); txt.moveEnd("textedit"); } // If found, mark it and scroll it into view. if (found) { txt.moveStart("character", -1); txt.findText(str); txt.select(); txt.scrollIntoView(); n++; } // Otherwise, start over at the top of the page and find first match. else { if (n > 0) { n = 0; findInPage(str); } // Not found anywhere, give message. else alert("A escrito mal el nombre de Usuario o éste Usuario no existe."); } } return false; } </script> <form name="search" onSubmit="return findInPage(this.string.value);"> <font size="2"><p align="center"></font><font size="3"><input name="string" type="text" size="15" onChange="n = 0;" style="color: #3366CC; font-family: Verdana; font-size: 8 pt; font-weight: bold; border: 1 solid #0066FF"></font> <input type="submit" value="Buscar" style="font-family: Verdana; font-size: 8 pt; color: #0066FF; font-weight: bold; background-color: #FFFFFF; border: 1 solid #0066FF"><input type="reset" value="Borrar" name="B1" style="background-color: #FFFFFF; color: #0066FF; font-family: Verdana; font-size: 8 pt; font-weight: bold; border: 1 solid #0066FF"> </p> </form> </font></td> </tr> <tr> <td width="21%" height="17" valign="top" bgcolor="# </pre> |
| |||
Re: k le pasa a esto... <pre>99CCFF"><a href="perfil.asp?id=<%=rs("id")% >"><img border="0" src="face.gif" width="11" height="15"></a><%=rs("usuario")%></td> <td width="24%" height="17" valign="top" bgcolor="#6699FF"><font size="2" color="#000000">País: <img border="0" src="<%=rs("pais")%>.gif" ;> </font></td> <td width="24%" height="17" valign="top" bgcolor="#99CCFF"><font size="2" face="Verdana">E-mail:</font> <%=rs("email")%></td> <td width="17%" height="17" valign="top" bgcolor="#6699FF"><a href="<%=rs("nif")%>"> ;<img border="0" src="url.gif" width="19" height="13"></a></td> <td width="14%" height="17" valign="top" bgcolor="#99CCFF"><font color="#000000"><font size="2">Id: <%=rs("id")%> </font> <%end if rsr.close%></font></td> </tr> <% rs.movenext loop rs.close end if%> </table> </td> </tr> <tr> <td width="274" height="53" valign="top"><font size="2" face="Verdana" color="#0066FF"><script language="JavaScript1.2"> // ancho var marqueewidth=150 // alto var marqueeheight=80 // velocidad var speed=1 // contenido var marqueecontents='<font face="Arial"><small>Aquí se encuentran los usuarios de YamSoft, si tú a un no eres uno de nuestros usuarios registrate <a href="registro.htm">Registro</a>.<p>&nbsp;</p>Ellos ya disfrutan de nuestros servicios, si te unes tú también tendrás estos recursos, el principal es WebMail ten tú correo desde YamSoft <a href="webmail.htm">WebMail</small></a></font>' if (document.all) document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marque eheight+'">'+marqueecontents+'</marquee>') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate", 450) intializemarquee() } } function intializemarquee(){ document.cmarquee01.document.cmarquee02.document.w rite(marqueec </pre> |