Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Me Again! Framsets in VI

Status
Not open for further replies.

AndyApp

Programmer
Dec 20, 2001
259
GB
I appear to be taking up most of the threads as of late, sorry about that. Guess i'm a bit thick. Anyway:

I have a frameset called default.asp. The top frame just contains buttons (not navigation) and is called top.asp, the other frame is called main.asp and is where most of the action takes place.

I need to know how to access TextBox Design-Time Controls in 'main.asp' from the buttons (DTCs) in 'top.asp'. I have tried the old JavaScript method of window.documentblah blah blah. It doesn't work. it seems InterDev uses the Scripting Object Model as appose to the document object model and this is what is throwing me.

The functions that the buttons call in 'top.asp' are all in that page but they need to get information from TextBoxes in 'main.asp'. Hope this makes sense "Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top