function changefield(newtext)
{
theForm=document.frm_Forgotten;
theForm.fld_Action.value=newtext;
}
function validate()
{
msg='';
theForm = document.frm_Forgotten;
if ( theForm.fld_Email.value == '' )
{
msg="Please the reminder field to continue";
}
if ( msg!='' )
{
alert( msg );
return false;
}
else
{
theForm.submit();
return true;
}
}
Forgotten details
If you cannot remember your password please enter your username addresss in the box below and click 'Send me a password'
