Greetings all. I am trying to develop a function that will add or subtract from a total in an Iframe text box based upon the user's checking or unchecking of a checkbox in the parent page. Here is the vbscript code for the parent page.
In the child page, the Iframe each amount is linked to the parent page by an ID field. In the Iframe the fields are cosolidated totals of each persons total. When the user checks or unchecks the checkbox on the parent page it needs to change the value in the child page. Also here is my function so far.
Also forgot to tell you this is in ASP3.0 Can you help please?