<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 difference between client side scripting and server side scripting?

6 Answers   IBM, NIIT,


What makes a relation a function?

0 Answers  


Why do you need javascript?

0 Answers  


How about 3+5+"8"?

0 Answers  


What is design pattern in javascript? Explain

0 Answers  






How to modify the url of the page without reloading the page?

0 Answers  


What is string in javascript?

0 Answers  


Hi all, I got a job in Bangalore even though it's recession time. They have said my project will involve Java, Ruby on Rails, Ajax and they also said Web Services (which i have always wanted to try) and some stuff I have not much exposure like REST, mashups and Struts. Can anyone tell me if there are some good training or conferences to get to speed with these technologies. I need to do really good in my job. Thanks, Vaibhavi

1 Answers  


Which javascript is best?

0 Answers  


what is interface ?

5 Answers  


Are javascript variables case sensitive?

0 Answers  


what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";

0 Answers  


Categories