HTML: Chrome save password

前端 未结 2 1524
清酒与你
清酒与你 2021-01-19 09:56

Firefox and IE ask me to save the password. Why doesn\'t Chrome ask me? What do I have to change?


    
2条回答
  •  自闭症患者
    2021-01-19 10:18

    Your form needs a destination. Just assign action. For example create a file called "test.html" and then:

    
        
            Username:     
            Password:  
            
        
    
    

提交回复
热议问题