How can I write HTML text to the window in VB Script?

Answers were Sorted based on User's Feedback



How can I write HTML text to the window in VB Script?..

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

How can I write HTML text to the window in VB Script?..

Answer / vcskiran

response.write("<html><body>kiran<" & chr(47) & "body><" &
chr(47) & "html>

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More VB Script Interview Questions

If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?

0 Answers  


How to open a file. What is the perpose of true and false mode there?

0 Answers  


after medical test,when will be the police verification

0 Answers   IBM,


can anyone tell me the procedure of interview held in applabs

0 Answers  


Give examples where vb script can directly run on users system with windows as os?

1 Answers  






write a vb script create 5 folders test1 test2 test3 test4 test5

3 Answers  


what is the object hyrarchy in QTP for a web based application

0 Answers  


Which function allows you to instantiate an object given its programmatic identifier or progid?

0 Answers  


How will you compare two strings in vbscript?

0 Answers  


Which date function is used in the vbscript language to find the difference between the 2 dates?

0 Answers  


Which is the default Data types in VBScript?

5 Answers  


How should i Create Email invite with server-side Coding?

0 Answers   Altair,


Categories