Explain the string concatenation function in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
write a Vb script to find a whther a selected drive exits.
How to delete a cookie using vbscript?
How to pass argument by reference to a function in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
What is the difference between vbscript and vba?
How to search word in a string without using instring function?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
How to open a file. What is the perpose of true and false mode there?
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
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
write a program to display the system specifications of client system with the help of vb script.