create a form to accept username and password validate the
username and password with using message box, display the
corresponding user message
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to display 3*3 matrix
How are values assigned to the variables in the vbscript language?
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
write a program to display the system specifications of client system with the help of vb script.
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
What is the difference between a dictionary and an array?
How you can call vbscript functions?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
What are the naming conventions while declaring a variable in the vbscript language?
Which in-built function related to an array joins substrings into one string in the vbscript language?
What is parametrization ?