You were testing on your subdomain? You would have to test on their server as that is where the link goes for the login.do otherwise it could not find it. I hope I am reading this right. in the href it shows "#" I checked my code and do not see what you have typed here. So I think you have the code wrong, or you are trying to get it to work on your own server which would not find the login.do page.
QUOTE(rapboy10 @ Apr 10 2009, 02:16 AM)

I havent uploaded the code yet on my site, but I was testing it on my subdomain. Here is the code I used for the login box:
<div class="right-top-box">
<form action="/login.do" method="post" name="LoginCommand" onsubmit="onLoginSubmit(this)">
<input name="redirTo" id="redirTo" value="" type="hidden" />
<img src="additional/images/login-bt.jpg" alt="Login" width="62" height="25" style="float:right; margin-left:5px; margin-right:5px;" /></a>
<input name="password" type="password" class="input" id="password" style="float:right;" value="Password" onfocus="clearValue(this)" onblur="restoreValue(this)" />
<input name="nickname" type="text" class="input" id="nickname" style="float:right; margin-right:5px;" value="Username" onfocus="clearValue(this)" onblur="restoreValue(this)" />
<br />
<a href="#" class="top-link">Click here</a> if you have forgotten your login details </form></div>
So I tried with this code but the login button just doesnt work..it doesnt even redirect to login.do