I go back and forth between editing hta programs and vbs programs and have encountered an irritating problem. If I accidentaly hit F10 instead of F9 in a vbs file the following code gets inserted around my code and I have to remove it. How do I turn this off?
<html> <head> <meta http-equiv="content-type" content="text/html"> <meta name="generator" content="PSPad editor, www.pspad.com"> <title>vbscript preview: LoadXMLinSQL.vbs</title> </head> <body> <script type="text/vbscript"> <!-- begin script <html> <head> <meta http-equiv="content-type" content="text/html"> <meta name="generator" content="PSPad editor, www.pspad.com"> <title>vbscript preview: LoadXMLinSQL.vbs</title> </head> <body> <script type="text/vbscript"> <!-- begin script // end script --> </script> </body> </html> // end script --> </script> </body> </html> -- <http://forum.pspad.com/read.php?2,38635,38635> PSPad freeware editor http://www.pspad.com
