<html> <head> <script type="text/javascript" > function abc() { alert('noscript test!'); } </script> <noscript> dont support! </noscript> </head> <body οnlοad="abc();"> </body> </html>