★ wanayoo — archive 1999 http://www.webtechniques.com/sourcecode/1999/09/java/1.lstNouvelle recherche | Portail wanayoo

 
| home | current issue | archives | source code | events | demo express | search | editorial calendar | advertising | customer service | author guidelines | jobs | about

S O U R C E   C O D E / 1999 / 09 / java / 1.lst

//An Example Web-based Spreadsheet
<HTML>
<HEAD>
<TITLE>Just a Spreadsheet</TITLE>
</HEAD>
<BODY onLoad='ssinit()'>
<APPLET NAME=ss code=com.f1j.View width=640 height=480 archive=f1j.jar>
</APPLET>
<SCRIPT>
<!--
  function ssinit() {
    ss.setEntry(1,0,"Meaning of Life:");
    ss.setNumber(0,0,84);
    ss.setEntry(1,3,"=A1/2");
    }
//-->
</SCRIPT>
</BODY>
</HTML>


| home | current issue | archives | source code | demo express | events | search | editorial calendar | advertising | customer service | author guidelines | jobs | about




Entire contents copyright 1996-2000 CMP Media Inc.
Read our privacy policy.