<script type="text/javascript">

function dispValue(e) {

v = function (s) { return e.name + ': ' + s }



if (e.type == "") return v(e.checked ? "" : "");



else return v(e.value);

}


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is 'use strict'?

0 Answers  


how to get no of items from from weblist?

0 Answers  


What are the data types in js?

0 Answers  


What is this? Var myarray = [[[]]];

0 Answers  


What is a method in javascript?

0 Answers  


Name some of the ways in which Type Conversion is possible?

0 Answers  


What is the difference between rootscope and scope?

0 Answers  


How to change video files randomly after completing its execution in Javascript?

0 Answers   HCL,


What is the difference between == and ===? Which one would you use?

0 Answers  


How can we send mail using Javascript?

1 Answers  


What is the output of 10+20+”30″ in JavaScript?

0 Answers  


How many data types are there in javascript?

0 Answers  


Categories