How can I write HTML text to the window in VB Script?
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain different types of segment?
What is the use of "Option Explicit"?
How you can call vbscript functions?
Can automation testing find ssame no. of bugs what we can find by manual testing?
How can you destroy an object in vbscript?
where can i learn VB scripint ?
1)How to test whether items in a weblist are in alphabetical order or not?
after medical test,when will be the police verification
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
How to Import data from a file (file is on the desktop) to the data table
Explain the string concatenation function in vbscript?
Is VB Script Case sensitive or Case insensitive?