TheBlueDog
Technical User
I don't know any javascript, but I am wondering if anyone has any basic code they can show me to help me accomplish a task on a webpage I would like to create (all I really know is databases)...
I have a select list with a key value in the value field (which I must keep there to send to my database), and product description with price in the display. Since my users may occassionally have to change the price (this is for internal orders) I would like to parse out the price and display it in another input box on the form so it can be edited. I can use some common notation to distinguish between the product and the price (such as a dash followed by a space and a dollar sign), but since I don't know javascript I don't know how to either do the parse or put the price in a seperate field.
Can anyone give me a head start? I will gladly repay with any T-Sql or DBA help!! Many thanks... (I can give example if what I wrote doesn't make much sense)
I have a select list with a key value in the value field (which I must keep there to send to my database), and product description with price in the display. Since my users may occassionally have to change the price (this is for internal orders) I would like to parse out the price and display it in another input box on the form so it can be edited. I can use some common notation to distinguish between the product and the price (such as a dash followed by a space and a dollar sign), but since I don't know javascript I don't know how to either do the parse or put the price in a seperate field.
Can anyone give me a head start? I will gladly repay with any T-Sql or DBA help!! Many thanks... (I can give example if what I wrote doesn't make much sense)