I iam trying to create a page in page manager which hosts a speedtest using JS/HTML..
it will not display the speedtest ..
here is the code (It works on my other website)
can you help please?
thanks
<p style="text-align: center;"><br /> <strong>SPEEDTEST</strong> <br /> <br /></p>
<table border="0" cellspacing="2" width="100%">
<tbody>
<tr>
<td width="50%" align="center" valign="top">
<p>Test your internet connection speed using our speedtester<br /> and see if your getting what you expected</p>
<div id="speedchecker_link">Powered by <a href="http://www.broadbandspeedchecker.co.uk">Broadband Speed Checker</a></div>
<script type="text/javascript">// <![CDATA[
sc_hc="0xFF9933";sc_bc="0x000000";sc_bgc="0xFFFFFF";sc_cc="0x000000";sc_w=300;sc_location="GB";sc_skin="2";sc_userid=6796569;
// ]]></script>
<script src="http://s3.amazonaws.com/speedchecker/speedchecker.js"></script>
<p> </p>
</td>
<td width="50%" valign="top">
<p>There are a few reasons as to why one might be getting slow internet speed, here are a list of those :</p>
<ul>
<li>Peak-Time Traffic Congestion on your ISPs network</li>
<li>Peak-Time Traffic Congestion at your Telephone Exchange</li>
<li>Using a Wifi network with weak connection (long distance)</li>
<li>Interference causing a lower connection speed in router's modem</li>
<li>Traffic Congestion on your own home network</li>
<li>Incorrectly set Router or IP/TCP Paramters</li>
</ul>
<p>If your connection speed is lower than it should be then see our self help guides to try and get the best out of your connection, or you can ask on the forums where one of our members will be able to help you sort out any issues you may have.</p>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>