Forum Moderators: coopster
<td class = "text">Anthem Midwest - HyperAccess<a class = "info" href=#>help<span class = "spanClass">To send Anthem Midwest, run the Download Anthem
Midwest BBS Receiver job in EC Client and then the M - Transmit - Anthem Midwest job in Hyperaccess. Make sure you get the acknowledgement "MAILIT^M". If
it quits in the middle of sending, just click the Fix Anthem Midwest button and it should tell you that it deleted a zip file and moved some edi files to
the output. If not, then there could be a problem. When your done, click the checkbox and Michael's programs will check everything for you. </span></a></td>
<td class = "checkBox"><input type="checkbox" name="anthemMidwest" <?php echo($_SESSION['anthemMidwestCheck']); ?>
onclick="if(this.checked){loadFile('anthemMidwest.php')}"></td>
<td class = "message">
<INPUT type="button" name = "anthemWestFix" value = "Fix Anthem Midwest" onclick="loadFile('anthemMidwestFix.php')" />
<div id = "anthemMidwestHidden"><?php echo($_SESSION['anthemMidwestSent']); ?></div></td>
</tr>
Now I have this repeated probably 50 or 60 times with just different text. The html layout is exactly the same. I just wanted to use a template to set all of that but that's ok. It works the way I use it now. I just wanted to make it better. Also, I don't like using JS and try to avoid it whenever I can.