What is the most widely used programming language?
No Answer is Posted For this Question
Be the First to Post Answer
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],
How can you to add javascript to a page when performing an asynchronous postback?
What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }
Between JavaScript and an ASP script, which is faster?
What is a function in javascript and how does it work?
How to set the focus in an element using javascript?
What are the scopes of a variable in javascript?
What is stack queue?
What is the use of window object?
Can you pass a anonymous function as an argument to another function?
write a program using javascript/ vbscript that checks if two matrices have identical values in all the elements.