i am new to php and was wondering if anyone can help with this. I have a combo box and when I select a value I update the input values of the page with the new values using js. I have an image on the page that I also want to update. is there an easy way to do this?
the js works by setting the values like this
document.Form.Fieldname.value = newvalue.
Thanks in advance