How can I access an object in another frame?



How can I access an object in another frame?..

Answer / guest

top.framename.objectID (or parent...)

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VB Script Interview Questions

best training centre in bangalore

2 Answers  


How will you convert a given number to long in vbscript?

0 Answers  


How can you create a file object to work with the files in the vbscript language?

0 Answers  


Explain about scrrun.dll?

0 Answers  


Does VB/Win make standalone .EXE files?

0 Answers  






write a vb script to display the reverse of vbs

2 Answers  


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

0 Answers  


write a vbscrpit to swap values

2 Answers   Adani,


give me an ex. of unoverloaded method?

2 Answers   Misys,


Find Out Length of an array without using Ubound?

1 Answers  


Why do we use Option Explicit?

6 Answers  


My questions is while writting descriptve programming, lets take flight reservation. Line1: systemutil.Run "D:\Program Files\Mercury Interactive\QuickTestProfessional\samples\flight\app\flight4 a.exe" dialog("text:=Login").WinEdit("attached text:=Agent Name:").Set "mercury" dialog("text:=Login").WinEdit("attached text:=Password:").Set "mercury" dialog("text:=Login").WinButton("text:=OK").click window("text:=Flight Reservation").Activate window("text:=Flight Reservation").ActiveX ("acx_name:=MaskEdBox").Type "111111" window("text:=Flight Reservation").WinComboBox("attached text:=Fly From:").Select "Frankfurt" window("text:=Flight Reservation").WinComboBox("attached text:=Fly To:").Select "London" window("text:=Flight Reservation").WinButton ("text:=FLIGHT").Click window("text:=Flight Reservation").dialog("text:=Flights Table").WinList("text:=From").Select "13536 FRA 08.00AM LON 08.45AM SR $163.00" window("text:=Flight Reservation").dialog("text:=Flights Table").WinButton("text:=OK").Click window("text:=Flight Reservation").WinEdit("attached text:=Name:").Exist window("text:=Flight Reservation").WinEdit("attached text:=Name:").Set "sagar", Now i m getting the error in the last line. it is not accepting the WinEdit("attached text:=Name:") Please do solve this urgent...! and i want to know how to insert additional properties for an object and which properties we need to select from the object spy.

3 Answers  


Categories