46 lines
1.4 KiB
HTML
46 lines
1.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<TITLE>rzak1hidden</TITLE>
|
|
<!-- (C) Copyright IBM Corporation, 2005 -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
|
|
<SCRIPT language="JavaScript" type="text/javascript">
|
|
//START NON-TRANSLATABLE
|
|
|
|
//array to hold user-inputted data
|
|
var data = new Array ();
|
|
|
|
// this array holds the output from rzak1advsub30.htm
|
|
var myarray = new Array ();
|
|
|
|
|
|
/* The function is called by rzak1advsub.htm when the array
|
|
needs to be cleared. It is called by the goback() function */
|
|
function test() {
|
|
myarray = new Array();
|
|
}
|
|
|
|
/* This function is called by the final page and resets the dataarray when
|
|
a user decides to start the advisor over*/
|
|
function resetData() {
|
|
data = new Array ();
|
|
|
|
}
|
|
//END NON-TRANSLATABLE
|
|
</script>
|
|
|
|
</head>
|
|
<body bgcolor="#000000">
|
|
<noscript>
|
|
<p>This calculator uses Javascript to function. Ensure you are using a browser which
|
|
supports Javascript and that Javascript is enabled.</p></noscript>
|
|
</body>
|
|
</html>
|
|
|