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
What is vbscript?
How to create a function in vbscript?
Explain about the asc function?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Mention how to create a cookie using vbscript?
Explain the arrays in vb script?
what do you mean .ota mobile format
Explain the asc function?
1. How do declare public variable in vb scripts?
how does vb script help in web page designing? explain with example.
What are the different types of loops available in the vbscript language?
Explain about vb script?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
Explain about adodb.stream class?
How will you convert a string to upper case string using vbscript?