VB Question |
5/19/2004 06:43:36 | |
| ASPRunnerPro General questions | ||
|
author
Hi, |
||
|
|
Sergey Kornilov admin 5/19/2004 |
|
Here is what you can try: <% if (Request.Form("StockCondition")= "Poor" OR Request.Form("StockCondition")= "Unacceptable" ) _ AND Request.Form("StockDetails")= "" then %> <tr bgcolor="#cccccc"> <td height="26" bgcolor="#ccccff"><b>You need to state the stock details.</b></td> </tr> <% end if %>
|
|