我正在使用业务催化剂,我创建了一个带有记住我按钮的登录页面,但这对我不起作用?任何想法
我的代码
<form name="catseczoneform82513" onsubmit="return checkWholeForm82513(this)" method="post" action="https://galleryof.worldsecuresystems.com/ZoneProcess.aspx?ZoneID=-1&Referrer=http%3a%2f%2fgalleryofjewels.worldsecuresystems.com&OID=5463960&OTYPE=1">
<div class="form">
<div class="item"><label for="SZUsername">Username</label><br />
<input type="text" class="cat_textbox_small" name="Username" id="SZUsername" maxlength="255" /></div>
<div class="item"><label for="SZPassword">Password</label><br />
<input type="password" class="cat_textbox_small" name="Password" id="SZPassword" maxlength="255" /></div>
<div class="item"><input type="checkbox" name="RememberMe" id="RememberMe" /><label for="RememberMe">Remember Me</label></div>
<div class="item"><input type="submit" class="cat_button" value="Log in" /> <a href="/_System/SystemPages/PasswordRetrieveRequest">Lost password?</a></div>
</div>
<script src="/CatalystScripts/ValidationFunctions.js" type="text/javascript"></script>
</form>