In what way program "hello world" you can write in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
What is Querystring collection?
Mention what is the use of option explicit in vbscript?
How strcomp function works?
What is a class in CSS?
what do you mean .ota mobile format
What is select case statement?
write a vb script to generate hello 5 times using do until loop
What is purpose of scripting.filesystemobject class in vbscript?
How can I access an object in another frame?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
Mention how to create a cookie using vbscript?
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