Answer Posted / r.balasubramanian
Two type. they are
1. Clint side JavaScript
2. Server side JavaScript
| Is This Answer Correct ? | 72 Yes | 26 No |
Post New Answer View All Answers
What is a function object?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
How can the style/class of an element be changed?
Is javascript client side or server side?
What are javascript properties?
How can javascript codes be hidden from old browsers that don't support javascript?
What is event in javascript?
Why is javascript hoisting?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
Explain how to read and write a file using javascript?
What is a method in javascript?
How do I enable cookies and javascript?
What is an ECMAScript?
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],
How to comment javascript code?