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 |
Explain about arrays in vb script?
How to pass argument by reference to a function in vbscript?
how does vb script help in web page designing? explain with example.
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Write a program to print all lines that contains a word either “testing” or “qtp”
write a vb script create 5 folders test1 test2 test3 test4 test5
How will you reverse a string in vbscript?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
write a program to display the system specifications of client system with the help of vbScript.
How will you convert a given number to long in vbscript?
Does VB/Win make standalone .EXE files?
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.