Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#214927 - 29/04/2004 07:30 Help w/crappy NAS device?
Ezekiel
pooh-bah

Registered: 25/08/2000
Posts: 2413
Loc: NH USA
I've got a FIA Popnetstore NAS device (yeah, I'd never heard of them either). I'd configured the device from my old workstation, but for some reason none of my newer browsers will display its web page (the only way to configure the ()**(^*(&^(^&F%%&%% POS). To get to the config screen I have to use my old NT4 box and IE 5.5 which really yanks my chain.

There are no new flash upgrades for the device and the company's web site is absolutely anemic on support.

The source file of the default web page is:
***********************************************************************
<html><head>
<title> POP Manager </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body><OBJECT id=closes type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close">
</OBJECT>
<script language=javascript>
idxIE = navigator.appVersion.indexOf('MSIE');
if(navigator.appVersion.indexOf('Windows') != -1) {
if( idxIE != -1 && navigator.appVersion.charAt(idxIE + 5) < 6) {
closes.Click();
} else {
self.opener = this;
self.close();
}
} else {
self.opener = this;
self.close();
}
window.open("index.cgi?START=yes","","resizable=yes,toolbar=no,location=no,direction=no,status=no,menubar=no,scrollbars=no");
</script>
</body></html>
****************************************************************

Can anyone tell me what setting in IE 6 or Firefox 0.8 is causing this page to auto-close? It looks like it's checking browser version, but I'm not sure what to do.

Help!

-Zeke
_________________________
WWFSMD?

Top
#214928 - 29/04/2004 07:56 Re: Help w/crappy NAS device? [Re: Ezekiel]
tman
carpal tunnel

Registered: 24/12/2001
Posts: 5528

Top
#214929 - 29/04/2004 08:08 Re: Help w/crappy NAS device? [Re: tman]
Ezekiel
pooh-bah

Registered: 25/08/2000
Posts: 2413
Loc: NH USA
You are amazing. Perfect!

Bookmarking it now.

Thank you thank you thank you!

-Zeke
_________________________
WWFSMD?

Top