PLz send me the VB scripts which is having more examples
my email id : hareen_11@yahoo.com
No Answer is Posted For this Question
Be the First to Post Answer
Why to use option explicit in vb script?
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
who will create the object?
Please Example programms on vbscript 1)writing functions and calling functions
Write a Script for ATM in QTP
What are the rules to name variable in vbscript?
Anyone have qtp11.0 crack?
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
How will you get the last occurrence of one string within another string using vbscript?
Mention how to access array data?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)