
passing variables from server to client?
I have a drop-down box that has shipping values [ie. FEDEX, UPS, etc]. This
is the way I want it to work:
When the user clicks FEDEX I want to check with the database table where the
cost of shipping for FEDEX is listed and then turn around and update the
innertext of an item with that value....
Make sense? I'm stumped
Thanks