![]() |
Trying to get info and control a "child" web page
I am working on a project and have gotten to to a point where I need assistance. I have the following code: Code:
Sub CommandButton1_Click() 'create a new window Which opens up a page, this page I can programically navigate and open another page Code:
Private Sub CommandButton3_Click() All is good to this point, now, my next button, goes to a child of the above page, and here is where I lose control.... The child is NOT using the handle of the parent (BTS) so, how can I get data to and from it? And submit the apply or close buttons Code:
Private Sub FeaturesLine1_Click() This now opens a new windows, no scroll balls, or ie menus (modeless?) screen, almost like a popup, that has data I need to retrieve and then possibly change and finally hit the "APPLY and then the "CLOSE" button. the HTML for the child page is available, but here are some of the key points: Here is the calling button press: <input type="button" value="FEATURES" class="button" id="featid0" onClick="launchFeatures('0', 'RTPKCABTPS0', 'S8770350472355221-1', '0', 'CTXG_INDIVIDUAL', 'CHANGE', 'null');" Here is the code that actually launches the child Code:
function launchFeatures(a, b, c, i, catg, act, racfpilot) <form name="BTSFeatureBean" method="POST" action="/bts/jsp/ btsfeat.do" Any ideas how I could do this? Thanks |
All times are GMT +1. The time now is 07:07 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com