Hi,
I'm loading a webpage that has a form. The form dispays values from a database:
product_barcode;
product_name;
product_value;
I wan´t to dispay the image of the product when the page loads using the value in the "product_barcode" field ( all images are in a folder with the name "barcode.jpg").
I tried to dispay the image using javascript and getElementByID('product_barcode').value +.jpg in the HTML but it dosen't work.
Can anyone help me on this?
Thank You!
RESA


Reply With Quote
Bookmarks