ejemplo de AJAX


/ Published in: PHP
Save to your folder(s)

Muestra la pantalla inicial y carga el archivo f.js
guardalo como prueba.php


Copy this code and paste it in your HTML
  1. <script type="text/javascript" src="f.js">
  2. </script>
  3. <?php
  4. echo "Nombre :";
  5. echo "<div id='resultado'>
  6. <input type='textfield' id='idprueba' value='Prueba'>
  7. </div>";
  8. echo "<input type='button' value='Ok' onclick='Nombre()'>";
  9. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.