0
I want to call a. PHP file, but I can’t.
I have this script:
========
<html>
<header>
<title>Home Page</title>
</header>
<body>
<form method="post">
<fieldset>
<legend>O que deseja fazer?</legend>
<table cellspacing="10">
<tr>
<td>
<input type="submit" value="Cadastrar" onclick="javascript: location.href='pagina.php';" />
</td>
</tr>
</table>
</fieldset>
</form>
</body>
</html>
=========
This script doesn’t work. What I do wrong?
Grateful for the help.
OK. Thank you very much!
– Danilo
For nothing, I hope to have helped you. Hugs
– Diego Andrade