what is difference between client side scripting and server
side scripting?
Answer Posted / pks
client side scripting is mainly used for client side validation.
eg:javascript ,vbscript
server side scripting is used for verification on server side.
eg:ASP,ASP.NET,JSP .These are the mainly used technologies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is jquery easier than javascript?
What Does JavaScript Void(0) Mean?
Is there any class in javascript?
How to convert json object to string?
A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a java program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
hi i want validations for two drop down lists. when user enter to second list by skipping first list alert box should appear.