Login Screen
Hi. I had a login screen with a username and password, which also included checking off a check box of the initials of the user logging in. This would get them to the next screen of information. On Fri., we decided we do not need the user to check off their initials anymore, so I removed them. I can log in just fine on Firefox and Chrome, but for some reason, I cannot log in on Explorer at all. I'm using IE 8. It does not go to the next page after I hit the log in button. I'm not sure why. After the submit button is hit, it does go to a validation page I have set up to make sure the user exists. This page also has a javascript on it to go to a company search page once the user is checked and exists. Here's the javascript I'm using:
<script language="JavaScript">
self.location='../RFQLOG/company_search.cfm';
</script>
Would this be the problem with why the log in screen does not get me to this page? Or what else could I be doing wrong? It was working fine with the checkboxes, so this really confuses me. Any help would be greatly appreciated. Thanks.
Andy
