• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

JavaScript HELP!

pcman2002b

Senior member
I am trying to create a web-based Point of Sale Receipt maker type thing. Basically what I have so far is a table filled with text boxes. The cashier enters a quantity, the part number, and unit price. They push a button for that item's total to be calculated (quantity X unit price), the value is placed in a column, this is the same for up to 7 more items, upon completion a button is pushed for a total of all 7 items, then another button pushed to calculate sales tax in which all values including Grand Total are placed into plain old textboxes. Now what I want to do is have a button that you push, a seperate window is opened, and all of the values are merged over and written out in plain text, NO TEXTBOXES, so that it would be possible to print out on a receipt printer in plain text without the buttons or boxes, it would be like a formatted version of all the textboxes. I've looked into JavaScript sites and all I come across is the form unwrapper which I couldn't get to work properly, it just kept saying, undefined. Are there too many JavaScripts interfering with each other here or is there a better JavaScript that I haven't come across, I can't write JavaScripts so I usually download them and edit them to make them work with what I am doing.

Also the text boxes are Auto Tabbing, via another JavaScript.
HELP ME!
Thanks in advance!

Or would it just be easier to get a program to do this instead, if so does anybody know of one that works well and is free?
 
Back
Top