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
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
How to add actions in driver script to run those actions in QTP?
why do u choose to go for testing why cant for devoloping
Mention what is vbscript?
What are class variables?
What are the disadvantages of vbscript?
Explain about scrrun.dll in vbscript?
What is select case statement?
What is the use of the instr function?
How to Convert Hex color code to color name in VB Script?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
What if you do not specify anything when you call a procedure?
What is variant in vb script?
please can you help me to get a code of flames using a visual basic 6
Explain the asc function?