What are class variables?
No Answer is Posted For this Question
Be the First to Post Answer
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
Which function allows you to instantiate an object given its programmatic identifier or progid?
int a=4857 i need output as 7584.without using any inbuild function?
How to remove the spaces in a string Ex: "this is apple"
How can I access an object in another frame?
Which data type/types are supported by vbscript language and what are their specialties?
Explain sga memory structures?
What are keywords in the vbscript language?
how to write vb script code for login gmail page by using notepad and how to run script in notepad
write a vb script to generate the following pattern ***** **** *** ** *
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
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?