| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
| <html> | |
| <head> | |
| <title>Hello Title</title> | |
| <script type="text/javascript"> | |
| function changeStatus(txt) { | |
| document.bgColor = "yellow"; | |
| window.status = txt; | |
| } | |
| </script> | |
| </head> | |
| <body> | |
| Hello body | |
| </body> | |
| </html> |