Shambler
10-16-2003, 11:30 AM
Hi there!
Nice looking forum you've got here :cool:
Ok, so I have a form which looks like this: http://www.geocities.com/dellep03/form.jpg (~29 kb) (not parsed as URL on purpose, since geocities doesn't allow linking to files - you have to copy/paste the url manually :( )
The idea is that you tick one or both of the checkboxes on the left, after which the selectionboxes gets enabled. Here you can select a number of users that are going to use that module, i.e. number of licenses.
Whenever you tick a checkbox or a selection box, the total price in the text boxes indicated with the red arrows, are updated accordingly.
This works perfectly. All good.
However, I would like to have the two text boxes with the total prices moved to (and updated in the same manner) a new window. (The reason for this, is that we have a LOT of modules, which would make the table very long/high and I figured it would be annoying to have to scroll to the very bottom of the page every time you want to see the total price. (There's no room on the sides of the table either)) This new window should open whenever any checkbox in the table is ticked.
I believe I should use the "Parent / child"-window setup, but I can't really figure out how to integrate it with the above. I have google'd for existing solutions and couldn't really find anything helpful :o .
I can post the code for my script if you like, but I figured my post was long enough already ;)
Hope you can picture what I'm babbling about and give me a couple of hints :)
Thanks in advance :)
Nice looking forum you've got here :cool:
Ok, so I have a form which looks like this: http://www.geocities.com/dellep03/form.jpg (~29 kb) (not parsed as URL on purpose, since geocities doesn't allow linking to files - you have to copy/paste the url manually :( )
The idea is that you tick one or both of the checkboxes on the left, after which the selectionboxes gets enabled. Here you can select a number of users that are going to use that module, i.e. number of licenses.
Whenever you tick a checkbox or a selection box, the total price in the text boxes indicated with the red arrows, are updated accordingly.
This works perfectly. All good.
However, I would like to have the two text boxes with the total prices moved to (and updated in the same manner) a new window. (The reason for this, is that we have a LOT of modules, which would make the table very long/high and I figured it would be annoying to have to scroll to the very bottom of the page every time you want to see the total price. (There's no room on the sides of the table either)) This new window should open whenever any checkbox in the table is ticked.
I believe I should use the "Parent / child"-window setup, but I can't really figure out how to integrate it with the above. I have google'd for existing solutions and couldn't really find anything helpful :o .
I can post the code for my script if you like, but I figured my post was long enough already ;)
Hope you can picture what I'm babbling about and give me a couple of hints :)
Thanks in advance :)