Hello,
I have a page that cannot be accessed by typing is url. It should only be
accessed by a link in another web page. The following scrip works fine:
<script>
<!--
var validreferrals= new Array()
validreferrals[0]="http://pdc/test/index.htm"
validreferrals[1]="http://pdc/test/index2.htm"
var passed=0
for (r=0;r<validref errals.length;r ++){...