As soon as I added my camera jpg's to my ultra status page, it no longer works. It will load one jpg, and then get hung up trying to load the other. Homseer then goes into 100% processor usage, and stays that way for around 7 minutes. This is driving me crazy! Below is my code pulled directly from my ultra_view2_status.asp page. Could someone try to tell me what I am doing wrong? Thanks.
</tr>
<tr>
<td valign="top" align="left" colspan="2" class="tableheader">Closed Circuit TV</td>
</tr>
<tr>
<td colspan="2">
<div id="divCctv" style="height=170; overflow: auto;">
<table border="0" width="100%" cellpadding="0" cellspacing="1">
<tr>
<td valign="top" align="left" width="50%" class="tablecolumn">Front Door</td>
<td valign="top" align="left" width="50%" class="tablecolumn">Back Door</td>
</tr>
<td class="tablerowodd" align="center">
<img border="0" src="/Ultraview/BackDoor.jpg" width="200" height="150">
</td>
<td class="tablerowodd" align="center">
<img border="0" src="/Ultraview/FrontDoor.jpg" width="200" height="150">
</td>
</tr>
</table>
</div>
</td>
</tr>
</tr>
<tr>
<td valign="top" align="left" colspan="2" class="tableheader">Closed Circuit TV</td>
</tr>
<tr>
<td colspan="2">
<div id="divCctv" style="height=170; overflow: auto;">
<table border="0" width="100%" cellpadding="0" cellspacing="1">
<tr>
<td valign="top" align="left" width="50%" class="tablecolumn">Front Door</td>
<td valign="top" align="left" width="50%" class="tablecolumn">Back Door</td>
</tr>
<td class="tablerowodd" align="center">
<img border="0" src="/Ultraview/BackDoor.jpg" width="200" height="150">
</td>
<td class="tablerowodd" align="center">
<img border="0" src="/Ultraview/FrontDoor.jpg" width="200" height="150">
</td>
</tr>
</table>
</div>
</td>
</tr>
Comment