我正在使用業務催化劑,並創建一個登錄頁面記住我的按鈕,但這不適合我嗎?任何想法如何在business-catalyst登錄頁面中記住我的按鈕?
我的代碼
<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>
能否請您提供更多的細節,至於什麼「不適合我」是指?你期望的行爲是什麼?你的行爲是什麼? – Luke