Contact: aviboots(AT)netvision.net.il
39,851 questions
51,772 answers
573 users
<!DOCTYPE html> <html> <head> <script> function f() { document.write("function f()"); } </script> </head> <body> <input type = "button" onclick = "f()" value = "Click Here" /> </body> </html> <!-- run: function f() -->