How can I write HTML text to the window in VB Script?
Answer Posted / saravanan
You can use the Document.write method to write any text,
HTML or otherwise, to the window.
These commands must be executed before the document has
finished loading. The best way is to execute VBScript
commands that are inline, not subroutines or functions that
are triggered by events.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which data type/types are supported by vbscript language and what are their specialties?
How to open excel in vb script?
did any one attended interview in applabs if you had gone through plz tell me the procedure
How will you get the last occurrence of one string within another string using vbscript?
How to throw an error in vbscript?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Which object provide information about a single runtime error in a vbscript?
What is the purpose of the err object in the vbscript language?
How to open browser in vb script?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Mention the rules for using option explicit statement?
What are string functions in vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
Explain a few date functions in vbscript
Explain vbscript in detail?