Experimental-Page

Aus Jo-Wiki
Zur Navigation springen Zur Suche springen
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> <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!" />

AnandSharma

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