If Statement
Hi all,
I am trying to create an if statement that checks to see if a field (ebayid) is set to <NULL>, if it is then the page does not display the following table, if it does contain something then it does display it.
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4"><div align="center"><%= objRS("alternative_ebay")%></div></td>
</tr>
</table>
many thanks
|