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
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Compare java script and vb script?
Which loop is used in case of arrays in the vbscript language?
What are the valid scopes of a variable in vbscript?
write any ttest cases using check points and parameterization
Explain about the asc function?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Mention what is the technology used by vb script?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Differentiate javascript and vbscript?
What is the event handling in vbscript?
What if you do not specify anything when you call a procedure?
How to Convert Hex color code to color name in VB Script?
How will you get the last occurrence of one string within another string using vbscript?