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

Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

0 Answers   Quest,


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,


What is the purpose of on error resume next statement?

0 Answers  


Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina

2 Answers  


Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com

0 Answers  






after medical test,when will be the police verification

0 Answers   IBM,


What is select case statement?

0 Answers  


accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org

2 Answers  


Mention what is select case statement?

0 Answers  


How to create a function in vbscript?

0 Answers  


Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

0 Answers  


Which date function is used in the vbscript language to find the difference between the 2 dates?

0 Answers  


Categories