JavaScript - pantalla completa

 
Vista:

pantalla completa

Publicado por zeth (2 intervenciones) el 27/12/2000 00:00:00
necesito saber como puedo hacer que la pagina se vea en pagina completa(fullscreem)se 800x600
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:pantalla completa

Publicado por Jorge Villa Roza (1 intervención) el 10/01/2001 00:00:00
<html>

<head>
<title>New Page 1</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>

<body>

<p>This script opens a new window in "full-screen" mode. To close the window,
simply click the X in top right of your screen in Netscape or hold down Alt F4 in IE.</p>

<p> </p>
<script>
<!--
/*Full screen window opener script: Written by Website Abstraction (www.wsabstract.com) More free scripts here*/
function fullwin(){
window.open("http://www.bravenet.com","","fullscreen,scrollbars")
}
//-->
</script>


<form>
<div align="center"><center><p><input type="button" onClick="fullwin()"
value="Open window"> </p>
</center></div>
</form>
</body>
</html>




ALA, A DARLE CALOR....
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar