
08/02/2002, 13:01
|
| | Fecha de Ingreso: febrero-2002
Mensajes: 52
Antigüedad: 23 años, 3 meses Puntos: 0 | |
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> |