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

How will you get a random number between 0 and 1 in vbscript?

0 Answers  


filter the array values without using filter function?

0 Answers   CSS Corp, WQED,


Mention what is vbscript procedures?

0 Answers  


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

3 Answers   TCS,


How to create MSAcess table foriegn key

1 Answers  


Mention what is the main difference between function and sub-procedure?

0 Answers  


can u test the application without add-in?

1 Answers  


what is the use of Data base check point ?

3 Answers  


What is purpose of scripting.filesystemobject class in vbscript?

0 Answers  


Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance

6 Answers   Amazon,


What are lbound and ubound in the vbscript language?

0 Answers  


How will you get the last occurrence of one string within another string using vbscript?

0 Answers  


Categories