How can I get the value of an object property or variable in
another frame?
Answer Posted / 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 |
Post New Answer View All Answers
Which operator is used to concatenate the 2 values in the vbscript language?
What is the purpose of the err object in the vbscript language?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How to make sure that items in a wintree are sorted al?
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
What is the use of the instr function?
Explain the extension .hta?
Why is it recommended to close the database connection every time after the work is completed?
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)
Mention the rules for using option explicit statement?
Explain the constants in vbscript?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
what is resorceallocation
what is the use of QCUtil? explain with one example?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'