Contact: aviboots(AT)netvision.net.il
40,769 questions
53,151 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() -->