Hai this is sheik, i want to learn VB scripts for web
application pls guide me what are all basic things need to
know to learn VB scripts in web application.
No Answer is Posted For this Question
Be the First to Post Answer
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?
How to pass the parameter from one function to another function in VB Scripting?
How to remove the spaces in a string Ex: "this is apple"
Join the multiple array with out using JOIN function
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
Mention what is the main difference between function and sub-procedure?
What is the equivalent of VBScript?s On Error In Jscript ?
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
Explain the functionality of vbscript?
Which data type/types are supported by vbscript language and what are their specialties?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
How to Convert Hex color code to color name in VB Script?