Hello,
I am making a multi-step form where the first step answers are used to:
1). Display an image, I have the link displayed but don't know how t show the image in my html...
Code:
'http://www.domain.com/image/items/' + $('#Category').val() + '/' + $('#Sub_Category').val() + '/' + $('#Item_Num').val() + '.jpg',
This is the main question however I thought I'd ask another instead of creating loads of threads :P
2). Check if this image is there, if not it shows div b instead of div a
3). If it's the wrong image, the admin uploads the image and it automatically gets saved under that url path.
Sorry, I'm a newbie in JavaScript, still learning but getting the hang of things with my previous programming experiences so sorry if I haven't explained myself properly. Thank you for any help and/or advice in advanced.
Best Regards,
Tim