What is event handling in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
How to open a file. What is the perpose of true and false mode there?
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
what is diff between static and dynaic arrys?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What is the purpose of the err object in the vbscript language?
How to generate 3 digit random number?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
What is the scope of a constant declared using public?
How many types of procedures are available in the vbscript language?
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