wat is com(common object model)object for mozilla firefox???
if any knows the exact answer....plz rply me
Answers were Sorted based on User's Feedback
Answer / vamshi krishna
component object model is an object based programming model designed to promote software interoperability;
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shashankshekharraj
COM is not common object model it is component object model
and this model is at of operating system level not browser
level.
Browser like IE and Mozilla are the components for this
model.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
How to get path of the file through scripting?
How to delete a cookie using vbscript?
Write a Script for ATM in QTP
How to get the length of the string by making use of the string function?
How to throw an error in vbscript?
Which keyword is used to declare a variable in the vbscript language?