APC Houses Javascript code snippet: Difference between revisions

From Ingmar de Boer
Jump to navigation Jump to search
Ingmardb (talk | contribs)
Created page with "<SCRIPT LANGUAGE="JavaScript"> <!-- hide this script tag's contents from old browsers function compute(form) { PH=(form.nPh.value=="")? "0" : eval(form.nPh.value); ECL=(..."
 
Ingmardb (talk | contribs)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<br>
<html>
<textarea columns="30" rows="40">
.
.
.
<SCRIPT LANGUAGE="JavaScript">
<SCRIPT LANGUAGE="JavaScript">
<!-- hide this script tag's contents from old browsers
<!--


function compute(form) {
function compute(form) {
Line 95: Line 101:
// done hiding from old browsers -->
// done hiding from old browsers -->
</SCRIPT>
</SCRIPT>
</HEAD>
</HEAD>
<BODY onLoad="exampledata(); compute(document.form);">
<BODY onLoad="exampledata(); compute(document.form);">


Line 136: Line 142:
</PRE>
</PRE>
</FONT>
</FONT>
.
.
.
</textarea>
</html>

Latest revision as of 01:15, 9 April 2016