HTML Javascript1
HTML Javascript1
2. When any client wishes to communicate with an IS using browser software, the client
sends out a broadcast using the Server’s _________________ as the identifier.
7. When any client wishes to communicate with an IS using browser software, the client
sends out a broadcast using the Server’s _________________ as the identifier.
Javascript
11. __ event handler will be called when textfield and textarea is modified and loses the
current input focus.
13. In Javascript, which of the following method is used to find out the character at a position
in a string?
15. _____________ property of the Radiobutton in a form indicates the default status of the
element.
18. When a form submits data via the GET method, the CGI program receives information
through the ____________________ environment variable.
A: SCRIPT_NAME B: PATH_INFO
C: QUERY_STRING D: CONTENT_TYPE
A: 44 B: 8 C: 4 D: Error output
20. What is the output of following JavaScript code?
<script type="text/javascript">
x=4+"4";
document.write(x);
</script>
A: 44 B: 8 C: 4 D: Error output
21. __ event handler will be called when textfield and textarea is modified and loses the current
input focus.
23. In Javascript, which of the following method is used to find out the character at a
position in a string?