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 |
What are class variables?
write a vb script to generate hello 5 times using do until loop
What is a class in CSS?
What is dictionary object in vbscript? Explain?
How to throw an error in vbscript?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
what is resorceallocation
Is vbscript language a case-sensitive language and what does it mean?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Mention what is the main difference between function and sub-procedure?
what is the use of Data base check point ?