
21/05/2004, 09:10
|
 | | | Fecha de Ingreso: diciembre-2002 Ubicación: san juan de los morros
Mensajes: 887
Antigüedad: 22 años, 5 meses Puntos: 1 | |
Amigo hice algo asi:
<%SW=Session.SessionID%>
<%response.write SW%>
<%if SW<>"" then%>
<script language="JavaScript">
ns=document.layers
ie=document.all
function esconde() {
if (ie) precarga.style.visibility="hidden";
if(ns) document.pregarga.visibility="hide";
}
</script>
<style>
#precarga{position:absolute; width:50%; height:50%; top:100; left:200}
</style>
<meta http-equiv="Content-Language" content="es">
<TITLE>layout</TITLE>
<script language=javascript>
<!--
window.status = ('Espere un momento, cargando el sitio...')
//-->
</script>
<%
else
end if
................
%>
Pero no me funciona, sera que me puede dar una mano
Miguel
__________________ Miguel Padrón :cool: |