How do display output message without using msgbox function?
Answer Posted / manjunathareddy
Set oShell=CreateObject("WScript.Shell")
oShell.Popup "Pop up window Automatically closes within
4 seconds",4,"VbScript"
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
What is the difference between function and procedure?
What are class events?
about vb scripting programs this type of all question& answers
What are the rules to name variable in vbscript?
Explain about the asc function?
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 check whether link is disabled in QTP??
How will you get the last occurrence of one string within another string using vbscript?
why do u choose to go for testing why cant for devoloping
Explain the extension .hta?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Explain about .wsf files?