Arquivos
sisto/ajax.php
T
2016-03-27 19:20:36 -03:00

15 linhas
235 B
PHP

<!DOCTYPE html>
<html>
<head>
<script src="js/funcoes.js"></script>
</head>
<body>
<p id="demo">Let AJAX change this text.</p>
<button type="button" onclick="ajax('demo', 'cadastrar.php')">Change Content</button>
</body>
</html>