How can you fetch the value of a cookie?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the recordset object and which statement is used to create such an object?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What are the uses of vb script?
what does create object actually do when you call it in vbscript?
Mention what is the technology used by vb script?
How will you get a combined string from array of string in vbscript?
join all the array values without using join function?
Is VB Script Case sensitive or Case insensitive?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Explain about the asc function?
how to increasing the numbers in a given text box please write a vb script
What is the difference between do until loop and do while loop?