UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

Sponsored Links

+- Recent Posts

Re: German Language files by Tony_R
Today at 07:49:36 am

Re: German Language files by Tony_R
May 15, 2012, 02:09:12 pm

Re: German Language files by EzPortal
May 15, 2012, 02:00:02 pm

Re: German Language files by Tony_R
May 15, 2012, 01:55:26 pm

Re: German Language files by EzPortal
May 15, 2012, 01:38:52 pm

Re: German Language files by Tony_R
May 15, 2012, 01:29:19 pm

Re: German Language files by Tony_R
May 15, 2012, 09:44:14 am

Re: German Language files by Tony_R
May 15, 2012, 08:34:06 am

Re: German Language files by EzPortal
May 15, 2012, 07:27:30 am

Cache Error ? by Tony_R
May 15, 2012, 05:01:37 am

Quick Menu

Announcements
Community Guidelines & Rules
How To Section
EzPortal Showcase
Support

Author Topic: Speedtest code not working on page  (Read 1151 times)

0 Members and 1 Guest are viewing this topic.

Offline snadge

  • Posts: 10
  • Karma: 0
    • View Profile
Speedtest code not working on page
« on: December 10, 2011, 04:27:21 pm »
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

Code: [Select]
<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>&nbsp;</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>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>

 

Powered by EzPortal