Is there an alternative to javascript?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of callback function?
What is DOM? What is the use of document object?
Expand BOM and explain it?
Is javascript event driven?
How to detect the OS on the client machine in JavaScript?
What is the difference between write and writeln in javascript?
What is a function callback?
Which built-in method returns the character at the specified index?
what data type javascript supports?
How to add behavior to an element using javascript?
hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?
<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); }