Anwendungsbeispiel: Unterschied zwischen den Versionen

Aus SiWaWa
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<addhtml><html>
{{#widget:Iframe
<head>
|url=http://photosynth.net/embed.aspx?cid=4e0afe51-75ec-4fa8-ac22-3a2dee02e1e6&delayLoad=true&slideShowPlaying=false
<script type="text/javascript">
|width=500
function disp_prompt()
|height=300
  {
|border=0
  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:41 Uhr