Is it possible make a call to server side event of any button using javascript?
No Answer is Posted For this Question
Be the First to Post Answer
What is "strict mode" and how is it used in JavaScript?
Write a program to check whether a given number is a palindrome or not?
What is primitive data types in javascript?
Is it possible to break javascript code into several lines?
What is the default scope in javascript?
What is the difference between JavaScript and jscript?
What are the different types of errors available in javascript?
What creates scope in javascript?
What are .js files?
How do I use an external javascript file?
Iam getting xml when we click on one button.Iam placing that xml in dom.Im getting that xml data in one xsl.In that xsl I want to increase the variable value which is declared in xsl. Ex: <parent_node> <childNode> <first><d1>ffftt</d1></first> <first><d1>eeeeiii</d1></first> <first><d1>uuuuwww</d1></first> </childNode> <childNode> <first><d1>fff</d1></first> <first><d1>eeee</d1></first> <first><d1>uuuu</d1></first> </childNode> </parent_node>
What is the difference between write and writeln in javascript?