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)
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)