I think I've narrowed it down. If the vbs program crashes using F10 to execute
as the following :
' VB Script Document
option explicit
MsgBox("Hello world.)
Which crashes because of the unterminated string, I get the "Do you want to
reload" message. If I click yes, the following is the result :
<html>
<head>
<meta http-equiv="content-type" content="text/html">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title>vbscript preview: test.vbs</title>
</head>
<body>
<script type="text/vbscript">
<!-- begin script
' VB Script Document
option explicit
MsgBox("Hello world.)
// end script -->
</script>
</body>
</html>
I am running vers. 4.5.3 (2255)
Also, it seems like I have to change focus to another window and back to the vbs
text before I get the reload message.
Let me know if there is any way I can help.
--
<http://forum.pspad.com/read.php?2,38635,38643>
PSPad freeware editor http://www.pspad.com