| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Test Page fwd</title> | |
| <style type="text"></style> | |
| <script type="text/javascript"> | |
| var pageReady = false; | |
| function resizePage() | |
| { | |
| pageReady = true; | |
| } | |
| </script> | |
| </head> | |
| <body onload="resizePage()"> | |
| <H1 align='center'>TEST Page fwd </H1> | |
| </html> |