Hello we had a problem with our clients caching pages on their proxy server so people we seeing other peoples information. We got round this by using forms and submitting them that in turn forced the proxy server to get a new version of the page each time. This works fine with IE but not with Netscape.
This is the way this is supposed to work. First page is a logon page with username and password this is submitted to an Oracle database to verify the details, if the details are valid then a form is built and submitted straight away to call a menu page.
this is the code
<form autocomplete='off' name="submitform" ACTION="hr_hrw0000_form.build_menu" METHOD="POST" onSubmit="true" >
</form>
<script language="Javascript">
document.submitform.submit();
</script>
Using netscape 7 +
This is the way this is supposed to work. First page is a logon page with username and password this is submitted to an Oracle database to verify the details, if the details are valid then a form is built and submitted straight away to call a menu page.
this is the code
<form autocomplete='off' name="submitform" ACTION="hr_hrw0000_form.build_menu" METHOD="POST" onSubmit="true" >
</form>
<script language="Javascript">
document.submitform.submit();
</script>
Using netscape 7 +