I'm getting this error from the server:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'temp_var1'
/checklogin.asp, line 173
I've tried different variations of the url string to no avail. Just to be sure, should I also be including hidden form elements? There's one called back_url which seems to be blank when inspecting the page in firefox...how would I add that to the string?
Also, could javascript be interfering with this?
<form method="POST" name="loginfrm" onSubmit="return document.MM_returnValue" action="/checklogin.asp" ID="Form2">
Dunno, the whole webpage is a ratsnest, and I feel like I'm just shooting in the dark now :/