Answer Posted / sindhu rudra
java server pages(jsp) helps a programmer to build dynamic web pages based on document type like html , xml etc ....
TO run a JSP program we should have servlet container(ie.,web server)like tomcat , web logic , jetty etc
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
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 is the use of debugger keyword in javascript?
What's the Difference Between Class and Prototypal Inheritance?
What are the variables in javascript?
What is null in javascript?
Are javascript variables global?
What are javascript closures?when would you use them?
Can I declare a variable as CONSTANT in JavaScript?
Explain spread operator in javascript?
What is the best site to learn javascript?
What is a boolean in javascript?
Where do I put javascript code in html?
What are the boolean operators supported by javascript? And operator: &&
How do I add javascript to chrome?
What is DOM? What is the use of document object?