Hello everyone,
I'll try simplify my problem...
Situation : I have a page in which there is a textbox (called "grandTotal"
and a button. When I click the button, a popup window opens(frameset - top and bottom frames).
On the top frame there is a textbox (where the user enters a number) and a button (called "next"
.
On the bottom frame appears the numbers entered in the top frame (after the user has pressed the button "next"
and the sum of all the numbers entered.
Problem : On a button click (part of the bottom frame), how do I send the sum to the textbox "grandTotal"?
I have tried the object opener but since I'm using frames I can't seem to make it work!
Any suggestions!
W11Z
I'll try simplify my problem...
Situation : I have a page in which there is a textbox (called "grandTotal"
On the top frame there is a textbox (where the user enters a number) and a button (called "next"
On the bottom frame appears the numbers entered in the top frame (after the user has pressed the button "next"
Problem : On a button click (part of the bottom frame), how do I send the sum to the textbox "grandTotal"?
I have tried the object opener but since I'm using frames I can't seem to make it work!
Any suggestions!
W11Z