I need to pass info from one textbox to another. This is not a problem. The problem arises when then name of the textbox for the info to be passed to is
option|001|%%prodID-*%%. This is needed to pass the variable to the options in a shoppong cart.
Ok, my question is, how can i pass a value into this textbox? The standard document.form.box.value=.... doesn't work. Is there a way to strip the %% and the || to get the value to pass, and then put them back so the info can pass to the cart?
Thanks
option|001|%%prodID-*%%. This is needed to pass the variable to the options in a shoppong cart.
Ok, my question is, how can i pass a value into this textbox? The standard document.form.box.value=.... doesn't work. Is there a way to strip the %% and the || to get the value to pass, and then put them back so the info can pass to the cart?
Thanks