sealteampt -
We've seen this before. IE seems to get upset with certain security settings. It seems to happen when you are posting a form that is in an iframe on methodintegration.com but embedded into another site like sealteampt.com.
Here's a quick workaround to make sure everyone goes though:
Change http://sealteampt.com/login.html so that is a redirect to: http://www.methodintegration.com/method/ThirdPartyLogin/ThirdPartyLogin.aspx?Account=sealteampt&Name=Member_Portal
You can do this by changing your page to:
<html>
<body>
<script language="Javascript"> window.location.href = "http://www.methodintegration.com/method/ThirdPartyLogin/ThirdPartyLogin.aspx?Account=sealteampt&Name=Member%20Portal"</script>
You are being redirected to:<br /><a href="http://www.methodintegration.com/method/ThirdPartyLogin/ThirdPartyLogin.aspx?Account=sealteampt&Name=Member_Portal">Sealtemp Member Portal</a></body></html>
Problem with this is you lose your logo. But it avoids the IE problem.
NOTE: early next week there is a BIG overhaul of portals coming. It was supposed to come out yesterday, but we had to hold back. It's been something we were working on for several months now. You'll have three options for building the portal header, and one is to use a logo and avoid the iFrame altogether.
So my short term solution above is truly short term.
Paul