What is the difference between javascript and vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
What is vbscript procedures?
What is the purpose of the err object in the vbscript language?
My Salary is 65000. How Much TDS I have to pay
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
Mention characteristics of sub procedures?
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?
when you use For Loop, While..do, do..while? at what situations which loop will use.
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
Which in-built functions are used to convert the specified expression in the form of date and string 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
Which function is used to perform string comparison?
Explain what is loose binding? Why is it not a good practice to use it?