how would I write this correctly:
if attribute id = 16 then
I want to display this code next to it which is a pop image file explaining what the attribute is:
Code:
<a href="name_of_file.html" target="popup" onClick="wopen('quick_order.html', 'popup', 500, 300); return false;"><img border="0" src="images/help.jpg" alt="" width="30" height="28">
I know how to add the java code to the page I'm just looking to add this code on this one attribute, and do not know how to write the code and can not find any examples.