~ubuntu-branches/ubuntu/vivid/tidy/vivid

« back to all changes in this revision

Viewing changes to test/input/in_533105.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (0.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120214603-oqicq5jwr1exrm55
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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:
 
9
Top.MySubFrame.document.close
 
10
MyString=MyString & "<html>" & vbCrLf & "<head>" & vbCrLf & "<link rel="&Chr(34)&"stylesheet"&Chr(34)&" type="&Chr(34)&"text/css"&Chr(34)&" href="
 
11
MyString=MyString & Chr(34) &"/scripts/menubar.css"&Chr(34)&">" & vbCrLf
 
12
MyString=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 
 
13
MyString=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>"
 
14
Top.MySubFrame.document.write(MyString)
 
15
MyString=""
 
16
'Now that we have all that loaded...
 
17
DoInit
 
18
</script>
 
19
</body>
 
20
</html>