Posts Tagged ‘browser’


Write HTML for Browser

‘========================================================= ‘ Name: WriteHTMLBrowser.vbs ‘ Author: Neal Walters ‘ http://VBScript-Training.com ‘========================================================= ‘ ‘ Show two ways to Read a file ‘ 1) use the ReadAll method to read all text in one “big gulp” ‘ 2) use the ReadLine method in a loop ‘ and loop until AtEndOfStream is true ‘ ‘ This program also [...]

Read More...