how to write function to validate the number of characters
entering into the text box?
Answer Posted / kumar
use len() function to find the number of chars
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention what is the difference between vbscript and vba?
What is the difference between function and procedure?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
How will you convert a string to upper case string using vbscript?
What's the difference between vbscript and vb.net?
What are events in the vbscript language?
Mention what is the main difference between function and sub-procedure?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
how to increasing the numbers in a given text box please write a vb script
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
1. How do declare public variable in vb scripts?
Mention how to create a cookie using vbscript?
How can the spaces from the string be removed?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What are the differences between sub procedures and function procedures?