Anwendungsbeispiel: Unterschied zwischen den Versionen

Aus SiWaWa
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<addhtml><html>
<addhtml><html>
<iframe frameborder="0" src="http://photosynth.net/embed.aspx?cid=4e0afe51-75ec-4fa8-ac22-3a2dee02e1e6&delayLoad=true&slideShowPlaying=false" width="500" height="300"></iframe>
<head>
</html></addhtl>
<script type="text/javascript">
function disp_prompt()
  {
  var name=prompt("Please enter your name","t3h h4x0r")
  if (name!=null && name!="")
    {
    document.write("Hello " + name + "! How are you today?")
    }
  }
</script>
</head>
<body>
<input type="button" onclick="disp_prompt()" value="CLICK!" />
 
</body>
</html></addhtml>

Version vom 17. Juli 2012, 11:13 Uhr

<addhtml><html> <head> <script type="text/javascript"> function disp_prompt()

 {
 var name=prompt("Please enter your name","t3h h4x0r")
 if (name!=null && name!="")
   {
   document.write("Hello " + name + "! How are you today?")
   }
 }

</script> </head> <body> <input type="button" onclick="disp_prompt()" value="CLICK!" />

</body> </html></addhtml>