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 are the naming conventions while declaring a variable in the vbscript language?
Explain the string concatenation function in vbscript?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
Explain about scrrun.dll?
how to write validation function for date in vb script
How to delete a cookie using vbscript?
Mention what is the difference between vbscript and vba?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Explain vbscript in detail?
What is sql loader? Explain the files used by sql loader to load file?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
please can you help me to get a code of flames using a visual basic 6
How to declare an array in vbscript?
Why is the use of exit do or exit for statements within loops discouraged?
What is vbscript?