Alguien sabé qué hace esto?
Publicado por Lorena (1 intervención) el 12/11/2001 12:35:34
<SCRIPT LANGUAGE="JavaScript">
<!--
document._domino_target = "_self";
function _doClick(v, o, t) {
var url="/Intranet/.nsf/Banner?OpenPage&Click=" + v;
if (o.href != null)
o.href = url;
else {
if (t == null)
t = document._domino_target;
window.open(url, t);
}
}
// -->
<!--
document._domino_target = "_self";
function _doClick(v, o, t) {
var url="/Intranet/.nsf/Banner?OpenPage&Click=" + v;
if (o.href != null)
o.href = url;
else {
if (t == null)
t = document._domino_target;
window.open(url, t);
}
}
// -->
Valora esta pregunta


0