I am using VBScript in a frames page to accomplish my goal. It is:
Ideally, I would like to have 3 frames on my page. The top frame is a page that has the table headings for a table on it, as well as the total payed and the total owed. The page below it is the main frame, that contains a table of information. each row in the table has 6 pieces of information that uses Response.Write out to the screen. Also in the row is a text box and a check box. The bottom frame has three buttons on it: Aging, Save and Exit, and Pay Now. The frame structure looks like this:
***********************************************
*top frame w/ headings and totals. *
* *
* *
***********************************************
* *sc*
*main frame w/ table. *ro*
* *ll*
* * *
* *ba*
* *r *
***********************************************
* *
*bottom frame w/ the three buttons. *
* *
***********************************************
Now to get to my problems. I need to be able to:
1. Submit the main frame's form using the bottom frame's buttons, and distinguish between which of the three buttons was pressed,
2. I need to create a running total for the top frame. The way that i would do this is when a dealer types something to the textbox, that is added to the total payed in the top frame. if they click a checkbox, i need the full amount (printed to the screen on the server side) to be added to the total payed in the top frame.
If anyone could help me with the code for these problems, I would be willing to barter (maybe help you out with a problem you are having on your own scripts) The thing about this is I am an intermediate to advanced ASP and VBScript programmer, im just running into these problems with the frames. I have gotten the page to work with the information all on one page, but my boss wants the three frames so that the dealer can see the headings ALL the time as well as the buttons ALL the time. PLEEEEASE help me ASP gods. Thank you,
Jesse
IT Assistant
Ideally, I would like to have 3 frames on my page. The top frame is a page that has the table headings for a table on it, as well as the total payed and the total owed. The page below it is the main frame, that contains a table of information. each row in the table has 6 pieces of information that uses Response.Write out to the screen. Also in the row is a text box and a check box. The bottom frame has three buttons on it: Aging, Save and Exit, and Pay Now. The frame structure looks like this:
***********************************************
*top frame w/ headings and totals. *
* *
* *
***********************************************
* *sc*
*main frame w/ table. *ro*
* *ll*
* * *
* *ba*
* *r *
***********************************************
* *
*bottom frame w/ the three buttons. *
* *
***********************************************
Now to get to my problems. I need to be able to:
1. Submit the main frame's form using the bottom frame's buttons, and distinguish between which of the three buttons was pressed,
2. I need to create a running total for the top frame. The way that i would do this is when a dealer types something to the textbox, that is added to the total payed in the top frame. if they click a checkbox, i need the full amount (printed to the screen on the server side) to be added to the total payed in the top frame.
If anyone could help me with the code for these problems, I would be willing to barter (maybe help you out with a problem you are having on your own scripts) The thing about this is I am an intermediate to advanced ASP and VBScript programmer, im just running into these problems with the frames. I have gotten the page to work with the information all on one page, but my boss wants the three frames so that the dealer can see the headings ALL the time as well as the buttons ALL the time. PLEEEEASE help me ASP gods. Thank you,
Jesse
IT Assistant