How do display output message without using msgbox function?
Answer Posted / shashankshekharraj
With the help of InputBox also , otherwise the second
option is "Wsript.Echo".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are lbound and ubound in the vbscript language?
What is the main difference between function and sub-procedure?
What is the difference between do until loop and do while loop?
What are the 2 ways in which a variable can be declared in the vbscript language?
What are class variables?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
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?
Which operator can be used to change the value of the operand or change the state of the condition?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
what do you mean .ota mobile format
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What is variant in vb script?
Mention characteristics of sub procedures?