August 5, 200223 yr On my screen, there are an invoice window, a customer window, a good window and a technician window. I specify IDs using scroll bars from windows, double click on ID and copy/paste ( Ctrl - C and Ctrl - P) on invoice part. Instead of that one , I want to be able to just click on the text or number I want and it should be tranferred to its prespecified input field in its own window and then press on submit button to save that mixture.. How ?!...
August 5, 200223 yr If is this for web, you can store the values in JavaScript variables and transfer them to another input (or hidden input) field
August 6, 200223 yr Look at using the 'onfocus()' function of the <input> tag, in conjunction with, as Anatoli said, a Javascript function. Good Luck. Garry
Create an account or sign in to comment