Botão F11 JavaScript [RESOLVIDO]

1. Botão F11 JavaScript [RESOLVIDO]

washington mendes da silva
wmendes

(usa Ubuntu)

Enviado em 07/05/2013 - 16:25h

Boa tarde!

Alguém sabe como crio uma função em java script que ao cliclar a tela fique te fullscreem?? igual quando apertamos a tecla F11

Desde já grato!


  


2. Re: Botão F11 JavaScript [RESOLVIDO]

washington mendes da silva
wmendes

(usa Ubuntu)

Enviado em 07/05/2013 - 17:32h

consegui pessoal vlw!


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>teste</title>
<script type="text/javascript">
addEventListener("click", function() {
var
el = document.documentElement
, rfs =
el.requestFullScreen
|| el.webkitRequestFullScreen
|| el.mozRequestFullScreen
;
rfs.call(el);
});
</script>
</head>
</html>

<input type="button" value="Teste" onclick="popUpWindow ()">






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts