How to Import data from a file (file is on the desktop) to
the data table
Post New Answer View All Answers
How you can call vbscript functions?
When does ‘on click of button’ event gets triggered in the vbscript language?
Write a Script for ATM in QTP
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
What is the difference between vbscript and vba?
What's the difference between vbscript and vb.net?
Explain the operator precedence in vb script?
how to check whether link is disabled in QTP??
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
how to write validation function for date in vb script
How can you create a file object to work with the files in the vbscript language?
What is the use of option explicit in vbscript?
How can you create an object in vbscript?
Explain about scrrun.dll in vbscript?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards