Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/08/2002, 11:25
Avatar de TheRock
TheRock
 
Fecha de Ingreso: mayo-2002
Ubicación: Sucre - Bolivia
Mensajes: 189
Antigüedad: 22 años, 5 meses
Puntos: 0
Re: quiero saber como se hace este efecto

ufffff. que largo.. aqui esta el archivo js:

function openchromeless(theURL, wname, W, H, X, Y, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel) {

var isie = false
var isv55= false
var iswin= false

if ( navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion)>=4 ) {
isie=true
if ( navigator.appVersion.substring(navigator.appVersio n.indexOf("MSIE ")+5,navigator.appVersion.indexOf("MS IE ")+8) >= 5.5 ) isv55=true;
}

if ( navigator.userAgent.toLowerCase().indexOf("wi n")!=-1 ) iswin=true

if (X==null) var X = Math.ceil( (window.screen.width - W) / 2 );
if (Y==null) var Y = Math.ceil( (window.screen.height - H) / 2 );

if (isie) { H=H+20+3; W=W+2; }
var s = ",width="+ W +",height="+ H ;

if (isie && iswin) {

var chromeTIThtml = '\n' +

if (isv55) {
chromeTIThtml += '\n' +
}

chromeTIThtml += '\n' +

var chromeFRMhtml = '' +

var CWIN = window.open( "" , wname, "fullscreen=1"+s);
CWIN.resizeTo( Math.ceil( W ) , Math.ceil( H ) );
CWIN.moveTo ( Math.ceil( X ) , Math.ceil( Y ) );
CWIN.document.open();
CWIN.document.write( chromeFRMhtml );
CWIN.document.close();

}
else {
var CWIN = window.open(theURL, wname, "toolbar=0,location=0,directories=0,status=0, menubar=0,scrollbars=0,resizable=1"+s, true);
}

CWIN.focus();

return CWIN
}

continua en la sig. pag. no entro todo

<center><img src="http://www.usfx.edu.bo/usfxnet/TheRock/TheRock/rock.gif"><br>El poder es PHP</center><hr>TheRock. webmaster UsfxNet Bolivia <a href="http://www.usfx.edu.bo/usfxnet/">Universidad San Francisco Xavier</a>.