do any browser need activeX object to run javascripts?
Answer Posted / upendar
IE5 and IE6 require the activeX object to run JavaScript.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?
Can you put javascript in html?
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 a closure and why are they so useful to us?
What does 3 dots mean in javascript?
What is the difference between test () and exec () methods?
List the comparison operators supported by javascript?
What are the javascript data types?
20 Functions of Selenium with description and Examples.
Describe the properties of an anonymous function in JavaScript?
What is primitive data types in javascript?
How to load another html page from javascript?
What is foreach loop in javascript?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
What does the instanceof operator do?