manishrathi
07-21-2009, 11:28 AM
\
\
\
<a class="bt_alreadyLogin" title="Log in" href="javascript:submitLoginBox(document.forms.loginForm)">
<img title="Log in" alt="Log in" src="/web/images/en/bt_loginSubmit.gif"/>
</a>
<div class="wrapAlreadyLinks">
<span class="smaller">
<input type="checkbox" id="rememberLB" name="rememberusername"/>
<label for="rememberLB"><%=rememberme%></label><br/>
<%=forgot%><br/>
<a href="https://www.rogers.ca/rogers/PrsMyAccts_PwdReset.page" target="_self" />
<%=notregister%><br/>
<a href="https://www.rogers.ca/rogers/PrsMyAccts_Registration.page" target="_self" />
In the above code, the last link for "notregister" is working fine. But the link above that for "forgot" is not working. I dont know whats wrong in it ? If I place "forgot" in the end then its working fine and "notregister" is not working.
This code is for a login page, where user puts his username and password and selects the option "remember me" or "not registered" , if he is not registered and "forgot" if user forgets his username or password. And depending on the link clicked, respective page opens up.
Can someone pls explain why are the links not working properly ?
thanks
\
\
<a class="bt_alreadyLogin" title="Log in" href="javascript:submitLoginBox(document.forms.loginForm)">
<img title="Log in" alt="Log in" src="/web/images/en/bt_loginSubmit.gif"/>
</a>
<div class="wrapAlreadyLinks">
<span class="smaller">
<input type="checkbox" id="rememberLB" name="rememberusername"/>
<label for="rememberLB"><%=rememberme%></label><br/>
<%=forgot%><br/>
<a href="https://www.rogers.ca/rogers/PrsMyAccts_PwdReset.page" target="_self" />
<%=notregister%><br/>
<a href="https://www.rogers.ca/rogers/PrsMyAccts_Registration.page" target="_self" />
In the above code, the last link for "notregister" is working fine. But the link above that for "forgot" is not working. I dont know whats wrong in it ? If I place "forgot" in the end then its working fine and "notregister" is not working.
This code is for a login page, where user puts his username and password and selects the option "remember me" or "not registered" , if he is not registered and "forgot" if user forgets his username or password. And depending on the link clicked, respective page opens up.
Can someone pls explain why are the links not working properly ?
thanks