How can I write HTML text to the window in VB Script?
Answer Posted / vcskiran
response.write("<html><body>kiran<" & chr(47) & "body><" &
chr(47) & "html>
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
What if you do not specify anything when you call a procedure?
What is the technology used by vb script?
When to use function procedures and what are its characteristics?
What is the use of option explicit in vbscript?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What are the advantages of vbscript?
What is the difference between vbscript and vba?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
When does ‘on click of button’ event gets triggered in the vbscript language?
What are class properties?
What is the difference between javascript and vbscript?
How will you get a random number between 0 and 1 in vbscript?
How to pass argument by reference to a function in vbscript?