generic function for webedit box for web application



generic function for webedit box for web application..

Answer / chakrapani

if Browser("name:="abc").Page("title:= xyz").WebEdit
("name:=username").Exist(2) Then
Browser("name:="abc").Page("title:= xyz").WebEdit
("name:=username").Set "Chakri"

End if

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More VB Script Interview Questions

create a form to accept username and password validate the username and password with using message box, display the corresponding user message

0 Answers   CSC,


Which data type/types are supported by vbscript language and what are their specialties?

0 Answers  


Explain about arrays in vb script?

0 Answers  


Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?

0 Answers   Microsoft,


How to pass the parameter from one function to another function in VB Scripting?

1 Answers   Fastenal,






accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org

2 Answers  


Diff between web table ,datatable and data base (QTP)

2 Answers   TCS,


How can you destroy an object in vbscript?

0 Answers  


How can I access an object in another frame?

1 Answers  


What are class properties?

0 Answers  


i need to sort the data using qtp script for this how i need to write a qtp script

0 Answers  


What are events in the vbscript language?

0 Answers  


Categories