Your Ad Here

Posted By

s1nerg1a on 08/26/09


Tagged


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

umang_nine


ejemplo de AJAX


 / Published in: PHP
 

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

  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  

You need to login to post a comment.