why we use javascript in html ?
Answers were Sorted based on User's Feedback
Answer / pks
make using javascript we can solve the problems. like
calculation..
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sam
javascript makes website dynamic. html is used to display text in the web browser, it does not have any capability to do some cool stuffs like animate pictures and text. Javascript is full programming language that adds dynamic features like changing color, hide paragraph, animate picture, scroll down list etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pks
JAVASCRIPT IS A CLIENT SIDE SCRIPTING LANGUAGE.
IT IS USED TO VALIDATING FROM ON CLIENT SIDE ITSELF.
JAVASCRIPT IS AN INTERPRETED LANGUAGE...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pks
we are using javascript in html for making the webpage dynamic.It will provide different answer for different user request.This is the main reason we using javascript in html.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Browser Object Model?
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>
a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.
How do I run javascript on my iphone?
How do I find javascript?
how many feet does a centipeed have?
What can be the challenges during testing a program or a system?
disbable back option by java script
What is new keyword in javascript?
What is the difference between typeof and instanceof operators in Javascript?
What is the Use of true or false in Ajax cal using Java Script?
What does unshift() function do in Javascript?