>From BIR 
https://efps.bir.gov.ph/adcs.html


 
 
 
 
 
 
 
 
 
 
 
 

IEVersion = parseInt(navigator.appVersion.substring(22,25))
//alert("navigator.appVersion ==>  " + parseFloat(navigator.appVersion));
//alert("navigator.userAgent ==>  " + navigator.userAgent);



//NSVersion = 
parseInt(navigator.appVersion.substring(navigator.appVersion.indexOf("NETSCAPE/")+9,
 navigator.appVersion.indexOf("NETSCAPE/")+10))
var details = navigator.userAgent;
if(details.indexOf("Netscape/") != -1)
{
    NSVersion = 
details.substring(details.indexOf("Netscape/")+9,details.indexOf("Netscape/") + 
10);

}
else
{
   NSVersion = 0; 
}

if (((navigator.appName == "Netscape")&&(NSVersion >= 6))||
((navigator.appName == "Microsoft Internet Explorer")&&(IEVersion >= 5)))
{
        window.location = "ADCSLogon.html"      
}
else
{
        document.write("This system requires Internet Explorer <br>")
        document.write("versions 5 and up or Netscape Navigator <br>")
        document.write("versions 6 and up.<br><br>")
}

This system requires Internet Explorer 
versions 5 and up or Netscape Navigator 
versions 6 and up.


----- Original Message ----
From: Daniel Escasa <[EMAIL PROTECTED]>
To: Philippine Linux Users' Group (PLUG) Technical Discussion List 
<[email protected]>
Sent: Friday, March 16, 2007 10:37:09 AM
Subject: Re: [plug] Bankard Drops Support for Firefox and Linux

Sabi ni Harvey noong Fri, Mar 16, 2007 at 9:31 AM:
> i've just discovered this yesterday: NSO's e-census site does not recognize
> firefox to do online transaction (
> https://www.ecensus.com.ph/Secure/frmIndex.asp). it requires IE or netscape.
> we should also call on government sites which require proprietary browsers
> to access their content.

Interesting. I also wrote a critique on another mailing list about the
Commission on Audit (COA) Electronic New Government Accounting System
(e-NGAS), which was written in VB6 (!) and requires Microsoft SQL
Server. Total cost of licenses would come to around PhP160,000. To be
fair, I should mention that another member of the list said that COA
was looking into a Fedora-based e-NGAS but "were having a hard time".

Attention, Rep Teddy Casino's tech staff: regardless of the progress
of the FOSS bill, I suggest that you look into banning government
agencies from requiring specific software applications from accessing
their sites. Although maybe an Executive Order may do.

-- 
Daniel O. Escasa
independent IT consultant and writer
contributor, Free Software Magazine (http://www.freesoftwaremagazine.com)
personal blog at http://descasa.i.ph
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph







 
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to