basic-javascript-10-debug-topframe.htm / htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>example</title> <script language=JavaScript type="text/javascript"> function button1_onclick() { var x; x = 1 + 1; alert(x) } </script> </head> <body> <h2>Top Frame</h2> <input type="button" value="Button" name="button1" onclick="return button1_onclick()"> </body> </html>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.