PDA

Click to See Complete Forum and Search --> : keydown? dynamic change?


ober0330
Dec 19th, 2003, 01:10 PM
I have a form that is populated with a previous month's data, some textboxes, and a blank area.

The user is supposed to put new data in the textbox and a subtraction should be done on that and the previous month's data and the new data should appear in the blank area (table data area).

Question is, how do I accomplish this? I'm converting this from Access and it can update this as the user types or once the user presses enter. Is there a way to do this without refreshing the page?

CornedBee
Dec 20th, 2003, 01:30 PM
Not in PHP, only in JavaScript.

ober0330
Dec 22nd, 2003, 06:41 AM
Thanks. Someone else also told me that. I didn't realize PHP was a server-side only scripting language.