Top Scripts AllOther Interview Questions :: ALLInterview.com http://www.allinterview.com Top Scripts AllOther Interview Questions en-us How can we return a value from User Defined Function ? For Eg. we hav http://www.allinterview.com/showanswers/35925.html <script language="javascript"> function add() { var a=parseInt(document.getElementById('x').value); var b=parseInt(document.getElementById('y').value); var c= a + b; fun(c); } function fun(disp) { alert(d what is difference between AS2 and AS3.? http://www.allinterview.com/showanswers/84879.html AS2 uses a lot of attributes that start with an underscore (._x, ._alpha, etc). In AS3 the underscores are removed (ie. .x, .alpha), if you see underscores you're probably in 2. Second, look for variable typing. It's not required i What is a Scripting Language? http://www.allinterview.com/showanswers/7504.html It permits to create more interactive Web Pages. Validation, formatting of web pages can be done. VBScript, JavaScript are some examples. what is the difference between the start_form and open_form http://www.allinterview.com/showanswers/69850.html Sart_form open the layouts open_form open the layout. Start_form initialise the spool. Open_form initialise the layout. &#039;IMP&#039; is not recognized as an internal or external command, http://www.allinterview.com/showanswers/61032.html Please set path like set path=d:\orant\bin. After that try importing. In the Web page we have a table link, if we click on that link all th http://www.allinterview.com/showanswers/35924.html To get data from table cells, u shld use innerHTML. For that u need to give id's for all the TD's in the Table. Try the below coding: <script language="javascript"> function getdatas() { var data=document.getElementB What are the advantages and disadvantages of Descriptive programing http://www.allinterview.com/showanswers/37238.html Advantages: 1. One place where DP can be of significant importance is when you are creating functions in an external file. You can use these function in various actions directly, eliminating the need of adding object(s) in object repository what we will test in functionality testing http://www.allinterview.com/showanswers/61717.html Check all the Functions,Like Buttons/Shortcut keys/Radio button/Scroll/Date combo box/Etc... All function in the Screen must work accordingly. Mohammed Mustafa Hussain If any question mail me mustafa_7_8_6@yahoo.com how do i compose the text message in the yahoomail using descriptive http://www.allinterview.com/showanswers/56545.html even i need answer Difference between the SAP MDM vs IBM MDM in approach, the tools use http://www.allinterview.com/showanswers/58004.html why script is client dependant. http://www.allinterview.com/showanswers/27885.html How to double click on Simple HtmlText in SilkTest automation tool? http://www.allinterview.com/showanswers/61395.html How can you convert QTP 8.2 scripts to QTP 9.2. Please give some inp http://www.allinterview.com/showanswers/36177.html Hi Guys, I am very new to QTP tool , In real time environment how to http://www.allinterview.com/showanswers/66914.html how can we move to the next column in excel sheet in file operation http://www.allinterview.com/showanswers/56544.html