0
Can you a return a table response from a Select?
switch “ ” do
case 1:html(“<html>
<head>
<table>
<tr>
<td>Incoming </td><br>
<td>” + “Weight In” + “</td>
</tr>
<tr>
<td>Outgoing</td>
<td>” + “Weight Out” + “</td>
</tr>
<tr>
<td>Net Weight</td>
<td>” + Net + “</td>
<tr>
<td>Tons</td>
<td>” + Tons + “</td>
</tr>
</table>
</head>
</html>”)
Reply
Content aside
- 4 yrs agoLast active
- 368Views