Simuler la touche F11

cs_cduguy Messages postés 3 Date d'inscription lundi 24 mars 2003 Statut Membre Dernière intervention 18 décembre 2007 - 16 mars 2004 à 21:39
cs_Deny Messages postés 39 Date d'inscription lundi 21 octobre 2002 Statut Membre Dernière intervention 16 février 2009 - 17 mars 2004 à 15:45
Bonjour,

Je voudrais simuler la touche F11 des l'entrée de ma page HTML.

Est-il possible de le faire sans passer par un lien ou ou un bouton

Merci d'avance

1 réponse

cs_Deny Messages postés 39 Date d'inscription lundi 21 octobre 2002 Statut Membre Dernière intervention 16 février 2009
17 mars 2004 à 15:45
<html>
<!-- TWO STEPS TO INSTALL FULL SCREEN2:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
if (this.name!='fullscreen'){
window.open(location.href,'fullscreen','fullscreen,scrollbars')
}
// End -->

</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

[JavaScript:window.close(); Click here to return to normal window size]

<center>
Free JavaScripts provided

by The JavaScript Source
</center>

<!-- Script Size: 0.83 KB -->
</html>
0
Rejoignez-nous