Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why we use javascript in html ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a javascript symbol?

936


What is function overloading in javascript?

1054


How to manage exception handling in javascript?

991


what are the differences between as2 and as3?

3455


What’s relationship between javascript and ecmascript?

1075


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

3344


Which type of variable among global and local, takes precedence over other if names are same?

980


What are different types of scope chain available in javascript?

877


How to enabled 'Strict' mode in JavaScript?

1160


How to set the focus in an element using javascript?

1029


How do we add javascript onto a web page?

949


What are data structures in javascript?

982


What is the use of type of operator?

945


How to check if a variable is an integer in javascript ?

1054


How do you submit a form using JavaScript?

934