Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html> <head> <script> function palitan() { alert("Hello"); } </script> </head> <body> <p id="palit">Hello!

Try lang po</p> <form> <input type="text" name="numa"> <input type="text" name="numb"> <input type="submit" name="change" onclick="palitan()" value="palit po"></form> </body> </html>

You might also like