The msgbox won't appear in either of the browsers I use (Chrome & Firefox).Code:<html> <head> <title>Site under maintenance</title> </head> <script type="text/vbscript"><!-- Msgbox "test" // --></script> <frameset rows="1,*" frameborder=0 framespacing=0 border=0> <frame name="alpha" src="about:blank"> <frame name="beta" src="about:blank"> </frameset> <noframes> <body>Your browser does not support frames.</body> </noframes> </html>![]()





Reply With Quote