Suche nach Datum: - 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 - 1 2 3 4 5 6 7 8 9 10 11 12 2014 2015 2016 2017 2018
Suche mit Schlüsselwort:
Suche nach Land: Schweiz Deutschland Österreich Andere
HTMLopen.de - Alles was ein Webmaster braucht
PCopen.de - PC LAN Netze und Netzwerke - alles was ein IT Profi und Systemtechnicker braucht
Javascript: Animationen
<input type="button" value=" zurück " onclick="history.back()"> <input type="button" value=" vorwärts " onclick="history.forward()"> <input type="button" value=" 3 Seiten zurück " onclick="history.go(-3)"> <input type="button" value=" 1 Seite vorwärts " onclick="history.go(1)"> <input type="button" value=" Update " onclick="alert(document.lastModified)"> <input type="button" value=" Diese Seite aktualisieren " onclick="location.reload()"> * Fenster schließen: <input type="button" value=" Dieses Fenster schließen " onclick="self.close()"> * Frame Fenster schließen: <input type="button" value=" Dieses Fenster schließen " onclick="top.close()">
<Input type="button" value="Seite Drucken" onClick="javascript:self.print()">
<script language="JavaScript"> <!-- function Speichern() { document.execCommand('SaveAs') } //--> </script> <Input type="button" value="Seite Speichern" onClick="javascript:Speichern()">
<script language="JavaScript"> <!-- function Oeffnen() { document.execCommand('Open') } //--> </script> <Input type="button" value="Seite Öffnen" onClick="javascript:Oeffnen()">
<input type="button" value="Gehe zu Miniscripte 1" onclick="location='miniscripte.htm'">
<input type="button" value="Gehe zu Miniscripte 1" onclick="parent.fenstername.location='miniscripte.htm'">
<input type="button" value="Download: Zip-Datei" onclick="location='Dateiname.zip'"> <input type="button" value="Play Midi" onclick="location='Dateiname.mid'"> <input type="button" value="Play Video" onclick="location='Dateiname.avi'">
<input type="button" value="eMail schreiben" onclick="parent.location='mailto:webmaster@v-u.ch'">
<input type="button" value="eMail an einen Freund schreiben" onclick="parent.location='mailto:?Subject=Startseitenempfehlung&Body=Hallo, ich habe eine tolle Seite mit vielen erstklassigen Javascripts und vielen nützlichen Tipps, Tricks und Informationen gefunden. Die URL lautet https://www.virtualuniversity.ch Schau doch mal dort vorbei. Es lohnt sich! Mit freundlichen Grüßen'">
<a name="oben"> ... ... <input type="button" value="Gehe nach Oben" onclick="location='#oben'">
<input type=button value="Quelltext anzeigen" onClick= 'window.location = "view-source:" + window.location.href'>
<input type=button value="Fenster 640x480" onclick="window.resizeTo(640,480)"> <input type=button value="Fenster 800x600" onclick="window.resizeTo(800,600)"> <input type=button value="Fenster 1024x768" onclick="window.resizeTo(1024,768)">
<input type="button" value="klick" onClick="this.blur()">
<SCRIPT LANGUAGE="JavaScript"> function Geschenk() { if (confirm("Schenkst du mir 1 Euro ?")==true) { alert("Vielen, vielen Dank."); } else { alert("Geizhals."); } } </SCRIPT> <input type=button value="Ein Geschenk" onClick='Geschenk()'>
<form name="formel"> <textarea rows=3 cols=50 name="eins"> Mit einem Klick auf dem Button "Markieren", können Sie diesen Text markieren. </textarea> <input type=button value="Markieren" onClick="this.form.eins.select(); this.form.eins.focus();"> </form>
<form name="eins"> <textarea rows=4 cols=50 name="eins"> Mit einem Klick auf dem Button "Markieren", können Sie diesen Text markieren und in die Zwischenablage kopieren. </textarea> <input type=button value="Markieren & Kopieren" onClick="this.form.eins.select(); this.form.eins.focus(); document.execCommand('Copy')"> </form>
<form name="eins"> <textarea rows=4 cols=50 name="eins"></textarea> <input type=button value="Auslesen" onClick="this.form.eins.focus(); document.execCommand('Paste')"> </form>
<script language="JavaScript"> <!-- var a=1; function Klick() { if (a==1) {document.Beschriftung.Name.value="D A N K E"; a=0; return} if (a==0) {document.Beschriftung.Name.value="Klick Mich"; a=1} } // --> </script> <form name="Beschriftung"> <input type=button value="Klick Mich" name="Name" onClick="Klick()"> </form>
<SCRIPT language="JavaScript" type="text/javascript"> function check() {if (document.formel2.eingabefeld.value=='Eingabe:....') alert('Bitte geben Sie Etwas ein!'); else alert('ok ' + document.formel2.eingabefeld.value+'!')} </SCRIPT> <form name="formel2"> <input type=text size=30 name="eingabefeld" value="Eingabe:...."> <input type=button value="fertig" onClick="check()"> </form>
<input type="submit" onClick="return confirm('Sind Sie sicher?')">
<script language="JavaScript"> <!-- function CheckLen(Target){ StrLen = Target.value.length if (StrLen == 1 && Target.value.substring(0,1) == " ") {Target.value = ""; StrLen = 0} if (StrLen > 130 ) {Target.value = Target.value.substring(0,130) CharsLeft = 0} else{CharsLeft = 130 - StrLen} document.Form.Anzahl.value = CharsLeft } //--> </script> <Form name="Form"> Sie haben noch: <input type="text" name="Anzahl" size="3" maxlength="3" readonly> Zeichen<br> <textarea rows="5" cols="35" onChange="CheckLen(this)" onFocus="CheckLen(this)" onKeyDown="CheckLen(this)" onKeyUp="CheckLen(this)" wrap="VIRTUAL" > </textarea> </form>
<SCRIPT> function Klickmich(){ Button.style.posLeft+=0.5; Button.style.posTop+=0.5; } </SCRIPT> <input type=button ID="Button" value="Klick mich!" style="position: absolute; top: 1cm; left: 1cm;" onclick="Klickmich()">
<form> <textarea name="Feld2" rows=2 cols=50 onClick="this.form.Feld2.select(); this.form.Feld2.focus()"> Mit einem Klick können sie diesen Text markieren. </textarea> </form>
<input type=button value="Meldung ohne Format" onClick="alert('Die Meldung: Dieser Text dient nur zur Demonstration. Seine Funktion ist beschränkt')"> <input type=button value="Meldung mit Format" onClick="alert(' \t Die Meldung: \n Dieser Text dient nur zum Demo. \n Seine Funktion ist beschränkt')">
<script languange="JavaScript"> <!-- function Test(Name){ alert("Sie haben Button " + Name + " gedrückt")} //--> </script> <input type=button value="Button 1" onClick="Test('EINS')"> <input type=button value="Button 2" onClick="Test('ZWEI')">
<body onLoad="document.Feld.Eingabe.focus()"> <form name="Feld"> <input type="text" name="Eingabe"> </form>
<script languange="JavaScript"> <!-- function Check(){ if (document.Formel.Eingabe.value >= 101) { document.Formel.Eingabe.value = 100} } //--> </script> <form name="Formel"> <input type="text" name="Eingabe" onKeyup="Check()"> </form>
<input type=button value="Doppelklick" onDblClick="alert('Das war ein Doppelklick')">
<script languange="JavaScript"> <!-- function Test(){ var AA ="" if(document.Formel2.Auswahl.selectedIndex == -1){AA = "nichts"} else {AA = document.Formel2.Auswahl.options [document.Formel2.Auswahl.selectedIndex].value} alert('Sie haben '+AA+' ausgewählt.') } //--> </script> <form name="Formel2"> <select name="Auswahl" size=3> <option value="Salz"> Salz <option value="Mehl"> Mehl <option value="Zucker"> Zucker </select> <input type=button value="Meine Auswahl" onClick="Test()"> </form>
<script languange="JavaScript"> var nn=0, pause=100 function zaehler(){ document.formel.Button.value=Math.floor(nn)+"%" nn++ if(nn <= 99){setTimeout("zaehler()",pause)} else{document.formel.Button.value="...fertig (Start)"; nn=0} } </script> <form name="formel"> <input type=button value="Start" name="Button" onclick="this.blur(); zaehler()" style="width:140px; text-align:center"> </form>
<script languange="JavaScript"> <!-- function test(){ if(formel.a.checked == true){alert('Checkbox ausgewählt')} if(formel.b[0].checked == true){alert('Radiobutton 1 ausgewählt')} if(formel.b[1].checked == true){alert('Radiobutton 2 ausgewählt')} } //--> </script> <form name="formel"> <input type=checkbox name=a><br> 1<input type=radio name=b><br> 2<input type=radio name=b><br> <input type=button value="Test" onClick="test()"> </form>
<a href="Seite1.htm" target="Fenster" onClick="document.midi.play()">Seite 1</a> <embed name="midi" src="sound.mid" loop=false autostart=false hidden=true>
<script language="JavaScript"> <!-- function Seitenwechsel(){ var Taste = window.event.keyCode if(Taste == 50){location.href="miniscripte2.htm"} if(Taste == 51){location.href="miniscripte3.htm"} } //--> </script> <body onKeyPress="Seitenwechsel()">
<form name="formel"> <input type=checkbox name="a"> <span onClick="document.formel.a.click()"> Testtext 1 </span><br> <input type=checkbox name="b"> <span onClick="document.formel.b.click()"> Testtext 2 </span><br><br> <input type=radio name="c"> <span onClick="document.formel.c[0].click()"> Testtext 3 </span><br> <input type=radio name="c"> <span onClick="document.formel.c[1].click()"> Testtext 4 </span> </form>
<span onMouseOver="this.innerHTML='Dieser Text hat sich beim überfahren mit der Maus geändert.'" onMouseOut="this.innerHTML='Dieser Text ändert sich beim überfahren mit der Maus.'"> Dieser Text ändert sich beim überfahren mit der Maus. </span>
<input type="button" value="Klick-Doppelklick Button" onClick="this.style.backgroundColor='#0000FF'" onDblClick="this.style.backgroundColor='FF0000'">
<a href="javascript:void(_search=open('mein_menue.htm ','_search'))">Mein Menü</a>
<script languange="JavaScript"> <!-- function Check(){ vote = 0; for (i=0; i<3;i++) { if (document.auswahl.vote[i].checked) { vote = i+1 } } if (vote==0) { alert ("Bitte wählen Sie etwas aus.") } else { alert("Danke für Ihre Auswahl!") } } //--> </script> <form name="auswahl"> <input type=radio name="vote"> Geld <input type=radio name="vote"> Auto <input type=radio name="vote"> Glück <input type=button value="Meine Wahl!" onClick="Check()"> </form>
<input type="button" value="Buttons:" onclick="if(document.getElementById('hallo').style.visibility=='hidden') document.getElementById('hallo').style.visibility='visible'; else document.getElementById('hallo').style.visibility='hidden'"> <span id="hallo" style="visibility: hidden"> Uhrzeit eingeben: <input type="text" size="10"> <img src="Bild.gif" onClick="alert('Wer hat an der Uhr gedreht ? ...')"> </span>
<body onDblClick="history.back()">
Diplomarbeiten zum Runterladen: