防止瀏覽器記住密碼後,自動填充表單

<div class="control-group">
				<label class="control-label">新密碼:</label>
				<div class="controls">
					<input type="text"style="display: none">
					<input onfocus="this.type='password'" id="password" name="password" type="text" value="" autocomplete="off" class="validate[required,maxSize[18],custom[password]]">
						<span class="help-inline"><font color="red">*</font> </span>
				</div>
			</div>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章