Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Conditional PDF download - coding help required.
I want to offer a PDF data sheet download for some products. However the code I am using keeps the link live and null if there is no associated PDF file available. Is there an easy way to make the link conditional on there being a pdf file present?
Here is the code I am using.
<td width="135" rowspan="2" valign="middle" align="center"><img src="http://shopping.netsuite.com/core/media/media.nl?id=12560&c=1015608&h=4ddf1b4acc15a11eb25d" height=25 width=25 value ="New Window!" onClick="window.open('<%=getCurrentAttribute('item','custitempdf')%>','mywindow','scrollbars=no','toolbar=no','location=no','status=no','menubar=no','resizable=no','directories=no');" style="cursor: pointer" ></td>
0