Why cant i access this website

Hi All,
I am looking to view a live feed from a security camera and the login address is this below, but when i try it just wont open in safari and with no error message,windows has no issues.
what is the problem

http://221.238.105.38:8080/?encoder=192.168.1.78&wport=63043

cheers chris

i am using an Imac with mac OS X ver 10.5.8 installed

imac, Mac OS X (10.5.8)

Posted on Nov 9, 2010 2:27 AM

Reply
5 replies

Nov 9, 2010 3:45 AM in response to peachie47

This page consists entirely of the following Javascript:


var args = document.location.href.split("?");
var Para;
if(args.length == 1)
{
Para = "?encoder=192.168.1.78&wport=5000"}
else
{
Para = "?" + args[1];
}
var la=navigator.browserLanguage.toLowerCase();
if(la=='zh-cn')
document.location = 'index_ch.html' + Para;
else
document.location = 'index_en.html' + Para;

This throws up the following error:

:8080/?encoder=192.168.1.78&wport=63043:15TypeError: Result of expression 'navigator.browserLanguage' [undefined] is not an object.

'navigator.browserLanguage' seems to be an IE-specific JS object, and is not recognized by other browsers.

This seems to be attempting to redirect to another URL which may be
http://221.238.105.38:8080/index_en.html?encoder=192.168.1.78&wport=5000

This bounces you on to
http://221.238.105.38:8080/index_ch.html?encoder=192.168.1.78&wport=5000&Languag e=1
which is a page with lots of code but which appears only as a background colour with no other content (not even that in FireFox). I think one might reasonably conclude that you are not going to be able to get into this location other than with Windows and IE.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Why cant i access this website

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.