Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Simple Chat</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#but').click(function(){
if($('#pass').val() == 1234){
$('body').html("uceli parolata");
}
else
{
$('body').html("sgre6i parolata");
}
});
});
</script>
</head>
<body>
<input type="password" id="pass" /> <input type="button" id="but" value="but" />
</body>
</html>
Vladkata каза:Да не би да говориш за .htaccess?