I tried
https://portal.testsan.com/FortressLogin/Login?Email=username&password=password&Submit=Log/In
But did not work... Please help
Below is the page source
<FORM name=loginForm action="/FortressLogin/Login" onsubmit="return rememberTheUser();" method=post>
<TABLE cellSpacing=0 cellPadding=0 width=270 border=0>
<TR>
<TD align="right" width="100"><A
class=logintd style="align:right;">Username:</A> </TD>
<TD width="170"><INPUT class=inputTypeClass id=username size=25
name=EMail autocomplete="OFF" autofocus="autofocus"> </TD>
</TR>
<TR>
<TD align="right" height="54" width="100"><A
class=logintd style="align:right;">Password:</A> </TD>
<TD width="170"><INPUT class=inputTypeClass id=password type=password size=25
name=Password autocomplete="OFF"> </TD>
</TR>
<TR valign="top">
<TD align="right" width="100">
<TD width="170">
<a href="/forgotPasswd" class=logintd >Forgot your Password <img src="/resources/bcImages/QuestionMark.png" width=13 style="border:none;"/></a>
</TD>
</TR>
<TR>
<TD colspan=2 width="100%">
---------------------------------------------
</TD>
</TR>
<TR>
<TD colspan=2 width="100%">
<Table width="100%">
<TD align=right valign="top">
<INPUT id=rememberMe type=checkbox name=rememberMe>
</td>
<td>
<A class=logintd>
<b>Remember Me</b><br/>
[Uncheck if on a shared computer]
</A>
</TD>
</TABLE>
</TD>
</TR>
<TR>
<TD colspan=2 width="100%">
---------------------------------------------<br/>
</TD>
</TR>
<TR>
<TD vAlign=bottom align=right colSpan=2 style="padding-top:11px;" ><STRONG><INPUT style="FONT-SIZE: 11px" type=submit value=" Log In " name=submit></STRONG>
</TD>
</TR>