What is the extension of the vbscript file?
No Answer is Posted For this Question
Be the First to Post Answer
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Is VB Script Case sensitive or Case insensitive?
Which operator is used to concatenate the 2 values in the vbscript language?
write a program to display configuration of a local system with the help of vb script.
Mention what is the technology used by vb script?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
What are class variables?
What is the technology used by vb script?
What is the difference between javascript and vbscript?
Which constant is used for print and display functions and works as same as pressing enter key?
How to write VB Script for selecting a particular row in a WebTable?
write a vb script to calculate factorial of a number?