HI Jim,
I have added the link to your website on the page, I am new to web page designing stuff.
I didn’t had java on my machine thats why was having problems.
Now I can not do the download tests only upload is working can you please help.
www.navtel.co.nz/speed_test.htm
Thanks
Naveed

Hi Naveed,
The problem is with the domain name.
When you visit www.navtel.co.nz/speed_test.htm you are taken to ht tp: //203.175.112.12/speed_test.htm
In your code, you refer to navtel.co.nz but the page is really 203.175.112.12.
So, make it so that navtel.co.nz does not redirect,
or
change the code for the speed test to be 203.175.112.12.
Let me know if that works for you.
Regards,
Jim.