You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
451 B

<html>
<head>
<script type="text/javascript" src="getvars.js"></script>
</head>
<body>
JSURL Variable Retrieval Test Page.
<br/><br/>
Variables: <br/>
<script type="text/javascript">
for (var ctr = 0; ctr < varnames.length-1; ++ctr) {
document.write("name: " + varnames[ctr] + " & value: " + varvals[ctr] + "<br/>")
}
</script>
</body>
</html>