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

What is dictionary object in vbscript? Explain?

0 Answers  


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.

2 Answers  


Which in-built function is used to format the number in the vbscript language?

0 Answers  


What is select case statement?

0 Answers  


Is vbscript language a case-sensitive language and what does it mean?

0 Answers  






How to assign a date value to a variable?

0 Answers  


write a vb script to display factorial of a number using function

1 Answers  


which is the best institute in banglaore for software testing?

1 Answers  


input values to accept 2 numbers & print the product, difference and sum using switch case

1 Answers   CSC,


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

0 Answers   CSC,


How to open browser in vb script?

0 Answers  


Explain about operator precedence in vb script?

0 Answers  


Categories