Experimental-Page: Unterschied zwischen den Versionen

Aus Jo-Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 53: Zeile 53:


<addhtml><html>
<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>
<body>
<input type="button" onclick="disp_prompt()" value="CLICK!" />
<input type="button" onclick="disp_prompt()" value="CLICK!" />

Version vom 10. April 2014, 16:45 Uhr

Frühstückstabelle
Birne Apfel
Weckerl Joghurt Milch
Butter Tee
Zeitung
  • asdf
  • sfsd


Diese Spalte hat eine Breite von 85% der Bildschirmbreite (und hat eine Hintergrundfarbe)
This column is 30% counted from 85% of the screen width
This column is 70% counted from 85% of the screen width (and has a background color)


Item Menge Preis
Brot 0.3 kg € 0.65
Butter 0.125 kg € 1.25
Summe € 1.90

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

AnandSharma

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