wat is the com(common object model)object for mozilla
firefox???????plz if any one know the exact answer....reply
me......
No Answer is Posted For this Question
Be the First to Post Answer
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
what is the function to get the ascii value of the character?
Explain vbscript in detail?
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
How to check the particular window is exist or not with out using check points
write a vb script to find the size of d drive?
Give examples where vb script can directly run on users system with windows as os?
How do you create a recordset object in VBScript?
How will you trim the spaces on the left of a string using vbscript?
what is the use of QCUtil? explain with one example?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function