FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What two VBScript commands can be used to make decisions?
A
if..then..else
B
select..case
C
A and B are correct.
D
None of these.
Explanation: 

Detailed explanation-1: -What Is The Output Of A & B In Vbscript If A = “vb” And B = “script"? Answer : & operator concatenates two values. So A & B will give VBScript.

Detailed explanation-2: -cookie = ‘key1 = value1; key2 = value2; expires = date’; is the correct option. Q 23-Which of the following function of VBScript converts a given number of any variant subtype to Double?

Detailed explanation-3: -The document. write command is a standard VBScript command for writing output to a page.

There is 1 question to complete.