1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2        "http://www.w3.org/TR/REC-html401/loose.dtd">
3<head>
4<title>[ 533105 ] Tidy confused: HTML in VBScript</title>
5</head>
6<body>
7<script type="text/vbscript">
8'these are the run-once items:
9Top.MySubFrame.document.close
10MyString=MyString & "<html>" & vbCrLf & "<head>" & vbCrLf & "<link rel="&Chr(34)&"stylesheet"&Chr(34)&" type="&Chr(34)&"text/css"&Chr(34)&" href="
11MyString=MyString & Chr(34) &"/scripts/menubar.css"&Chr(34)&">" & vbCrLf
12MyString=MyString & "</head>" & vbCrLf & "<body><i>No Data Requested.</i><p><b>Instructions:</b><ul><li>Select a Tester in the drop-down box above" & vbCrLf 
13MyString=MyString & "<li>Click the Select button.<li>Select a feature from the next drop- downbox.<li>Click the next select button.<li>You can then work on the requirements for that feature in this window.</body>" & vbCrLf & "</html>"
14Top.MySubFrame.document.write(MyString)
15MyString=""
16'Now that we have all that loaded...
17DoInit
18</script>
19</body>
20</html>
21