문제

I'd like to submit data in a form, over HTTPS, without allowing the browser to save it.

(credit card transactions)

도움이 되었습니까?

해결책

You mean autocomplete="off"? Or cookie data?

다른 팁

Please try the following code:

< form id="login_form" action="login.php" method="post" autocomplete="off">
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top