Tag: web technology
Questions Related to web technology
-
a. Use Web protocols
-
b. Are stateless
-
c. Are loosely coupled
-
Use XML as the universal data format
-
e. a and c only
-
f. all the above
-
The section
-
Both the section and the section are correct
-
The section
-
The section
-
function:myFunction()
-
function myFunction()
-
function=myFunction()
-
function=myFunction(){ }
-
/This comment has more than one line/
-
/This comment has more than one line//
-
-
//This is a comment
-
Math.rand(10.75)
-
Math.round(10.75)
-
rnd(10.75)
-
Math.rnd(10.75)
-
statusbar = "put your message here"
-
window.status("put your message here")
-
window.status = "put your message here"
-
status("put your message here")
-
client.navName
-
navigator.browser
-
browser.name
-
navigator.appName
-
Super Saturday
-
Finally Friday
-
Sleepy Sunday I'm looking forward to this weekend!
-
Sleepy Sunday
-
Today is Saturday
-
var txt = new Array="tim","kim","jim";
-
var txt = new Array("tim","kim","jim");
-
var txt = new Array:1=("tim")2=("kim")3=("jim")
-
var txt = new Array(1:"tim",2:"kim",3:"jim")
-
setTimeout('run()','50000');
-
setTimer('run()','5');
-
setTimeout('run()','500');
-
setTimeout('run()','5000');