if the two text boxes are there i want assign the vales
like 2&3 and if i select button means i want find the
sum.this is client side scripting in javascript
Answer Posted / kaushik
Yes this is client side scripting
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between rootscope and scope?
What is a name function in javascript & how to define it?
What is question mark in javascript?
How to access an external javascript file that is stored externally and not embedded?
Is javascript easier than java?
What is the use of isNaN function?
Explain unescape() and escape() in javascript?
What are the types of data types?
How are DOM utilized in JavaScript?
What is the use of window object?
How do I unblock javascript in chrome?
In Javascript are calculations with fractional numbers guaranteed to be precise?
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],
What are parameters in javascript?
Difference between undefined and undeclared variables?