Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/02/2002, 13:01
yampoo4
 
Fecha de Ingreso: febrero-2002
Mensajes: 52
Antigüedad: 23 años, 3 meses
Puntos: 0
Re: k le pasa a esto...

<pre>&lt;html&gt;

&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Language&quot; content=&quot;es&quot;&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;&gt;
&lt;meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 4.0&quot;&gt;
&lt;meta name=&quot;ProgId&quot; content=&quot;FrontPage.Editor.Document&quot;&gt;
&lt;title&gt;Usuarios de YamSoft&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;%nid=request.querystring(&quot;id&quot;)
if nid=&quot;&quot; then
response.redirect &quot;usuarios.asp&quot;
end if
sqltxt=&quot;select * from id where codigof=&quot;&amp;nid
Set Conn = Server.CreateObject(&quot;ADODB.Connection&quot;)
Conn.Open(&quot;DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=&quot; &amp; Server.MapPath(&quot;usuarios.mdb&quot;))
set rs=createobject(&quot;ADODB.Recordset&quot;)
set rsr=createobject(&quot;ADODB.Recordset&quot;)
rs.open sqltxt,conn
if rs.eof then
response.redirect &quot;usuarios.asp&quot;
end if
usuarios=rs(&quot;id&quot;)
rs.close
sqltxt=&quot;select * from id where foro=&quot;&amp;nid
rs.open sqltxt,conn%&gt;

&lt;div align=&quot;center&quot;&gt;
&lt;center&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;732&quot; height=&quot;353&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;272&quot; height=&quot;51&quot; valign=&quot;top&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;defaul1.jpg&quot; width=&quot;250&quot; height=&quot;53&quot;&gt;&lt;/td&gt;
&lt;/center&gt;
&lt;td width=&quot;460&quot; height=&quot;51&quot; valign=&quot;top&quot;&gt;
&lt;p align=&quot;center&quot;&gt;&lt;font color=&quot;#FF0000&quot; size=&quot;3&quot; face=&quot;Verdana&quot;&gt;Usuarios
de YamSoft&lt;/font&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;center&gt;
&lt;tr&gt;
&lt;td width=&quot;732&quot; height=&quot;249&quot; valign=&quot;top&quot; colspan=&quot;2&quot;&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;1&quot; width=&quot;100%&quot; height=&quot;40&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;100%&quot; height=&quot;19&quot; valign=&quot;top&quot; colspan=&quot;5&quot;&gt;
&lt;p align=&quot;center&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana&quot; color=&quot;#0066FF&quot;&gt;Busca
Usuarios: &lt;script language=&quot;JavaScript&quot;&gt;


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 == &quot;&quot;)
return false;

// Find next occurance of the given string on the page, wrap around to the
</pre>