where we use javascript and for which purpose we use
javascript how?
Answer Posted / amit chauhan
Java Script is used for integrating more interactivity into
HTML pages, even used for validating the data before
submitting it to the server. It saves the the processing
time on server and decrease latency time as well.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is eval() in javascript?
Can you assign an anonymous function to a variable?
How do I use an external javascript file?
How to write a comment in javascript?
Why are callbacks used?
Hello , I am using following java script to open new window in I.E,but i am facing an issue the new window hangs often while opening,when you move mouse it opens normally.Can any body help me why this is happening as i am unable to understand this issue?please please if any one know so kindly help me I am in real difficulty through this issue.Thanks 'if(window.clipboardData){clipboardData.setData("Text","' + a.PatID + '");}' + 'ordwindow= window.open ("' + @OrderDetailURL + '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba r=0,scrollbars=1,resizable=1"); ordwindow.moveTo(parent.screenLeft,0);var x; x=new ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys ("x"); //fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID + '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As [W],
List few difference between java and javascript?
How host objects are different from native objects in javascript?
How do I enable cookies safari?
What is an ECMAScript?
How to print a web page using javascript?
What does unshift() function do in Javascript?
Which built-in method returns the length of the string?
Define closure.
Why is java better than javascript?