Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/02/2011, 07:01
sefirotxx
 
Fecha de Ingreso: febrero-2011
Mensajes: 108
Antigüedad: 13 años, 2 meses
Puntos: 4
Ayuda con intranet en ASP 3

</script>
<STYLE TYPE="text/css">
<!--
#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
//-->
</STYLE>
<link href="css/Plantilla.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#6699CC" background="img/fdgde.jpg" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- td><%=Request.Cookies("uid")%></td><td>&nbsp;</td><td align="right"><a href="javascript:location.reload()"><img src="img/reload2.jpg" border="0"></a></td -->
<td><font color="#FFFFFF"><%=Request.Cookies("uid")%></font></td><td>&nbsp;</td><td align="center"><a href="javascript:location.reload()"><img src="img/reload2.jpg" border="0" align="texttop"></a></td>
</tr>
</table>
<div id="upload" style="position:absolute; left:220px; top:9px; width:16px; height:18px; z-index:2; display:none"><a href="javascript:upload();"><img src="img/upload.gif" width="16" height="18" border="0"></a></div>
<div id="admin" style="position:absolute; left:200px; top:9px; width:16px; height:18px; z-index:2; display:none"><a href="javascript:admin();"><img src="img/admin.gif" width="16" height="18" border="0"></a></div>

<!-- By making any changes to this code you are violating your user agreement.
Corporate users or any others that want to remove the link should check
the online FAQ for instructions on how to obtain a version without the link -->
<!-- Removing this link will make the script stop from working -->

<a style="font-size:7pt;text-decoration:none;color:silver" href=http://www.treeview.net/treemenu/userhelp.asp target=_top>&nbsp;</a>


<!-- Build the browser's objects and display default view of the
tree. -->
<div id="tree">
<script>initializeDocument()</script>
</div>

<DIV ID="dek"></DIV>
<SCRIPT TYPE="text/javascript">
<!--

//Pop up information box II (Mike McGrath ([email protected], http://website.lineone.net/~mike_mcgrath))
//Permission granted to Dynamicdrive.com to include script in archive
//For this and 100's more DHTML scripts, visit http://dynamicdrive.com

Xoffset=-60; // modify these values to ...
Yoffset= 20; // change the popup position.

var old,skn,iex=(document.all),yyy=-1000;

var ns4=document.layers
var ns6=document.getElementById&&!document.all
var ie4=document.all

if (ns4)
skn=document.dek
else if (ns6)
skn=document.getElementById("dek").style
else if (ie4)
skn=document.all.dek.style
if(ns4)document.captureEvents(Event.MOUSEMOVE);
else{
skn.visibility="visible"
skn.display="none"
}
document.onmousemove=get_mouse;

function popup(msg,bak){
if (msg != '') {
var content="<TABLE WIDTH=150 BORDER=1 CELLPADDING=2 CELLSPACING=0 "+
"BGCOLOR="+bak+"><TD ALIGN=center><FONT COLOR=#000000 SIZE=2>"+msg+"</FONT></TD></TABLE>";
yyy=Yoffset;
if(ns4){skn.document.write(content);skn.document.c lose();skn.visibility="visible"}
if(ns6){document.getElementById("dek").innerHTML=c ontent;skn.display=''}
if(ie4){document.all("dek").innerHTML=content;skn. display=''}
}
}

function get_mouse(e){
var x=(ns4||ns6)?e.pageX:event.x+document.body.scrollL eft;
skn.left=x+Xoffset;
var y=(ns4||ns6)?e.pageY:event.y+document.body.scrollT op;
skn.top=y+yyy;
}

function kill(){
yyy=-1000;
if(ns4){skn.visibility="hidden";}
else if (ns6||ie4)
skn.display="none"
}

//-->
</SCRIPT>
<noscript>
A tree for site navigation will open here if you enable JavaScript in your browser.
</noscript>

</html>

----------------------------------------------------------------------------

Por favor ayudenme a encontrar el error, estare atento a sus comentarios...

Cesar Faundez