How can I get the value of an object property or variable in
another frame?



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

Post New Answer

More VB Script Interview Questions

In what way program "hello world" you can write in vbscript?

0 Answers  


What is the main difference between function and sub-procedure?

0 Answers  


By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

0 Answers  


what is the object hyrarchy in QTP for a web based application

0 Answers  


give me any information abou vb script books learn quckly

0 Answers  


how to increasing the numbers in a given text box please write a vb script

0 Answers  


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?

1 Answers   eMids,


What are the 2 ways in which a variable can be declared in the vbscript language?

0 Answers  


What is the purpose of on error resume next statement?

0 Answers  


How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?

6 Answers   Nous,


Which loop is used in case of arrays in the vbscript language?

0 Answers  


When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?

1 Answers  


Categories