How can I get the value of an object property or variable in
another frame?
Answer / guest
Use top.framename.varname or parent.framename.varname. To
get the value of a control property
use top.framename.control.property. See the previous item
for a complete description of referencing frames.
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the properties of regexp object?
What is the equivalent of VBScript?s On Error In Jscript ?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
Explain different types of segment?
how to check whether link is disabled in QTP??
How can I get the value of an object property or variable in another frame?
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.
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
What are the rules to name variable in vbscript?
What are the environments supported by vbscript language?