gecko-dev/dom/events/crashtests/recursive-onload.html

1 строка
243 B
HTML
Исходник Обычный вид История

2009-08-09 02:17:03 +04:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <head> <title>Goodjet!</title> <script language="JavaScript"> function onload() { // nothing here } </script> </head> <body onload ="onload();"> Body text </body> </html>