firefox cann't open (.aspx) page

Bug #592609 reported by durganandan jana
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: firefox

dear Sir, I'm using default firefox browser in UNE 9.10 and cann't open (.aspx)the popup calender page in the internet site (https://www.camsonline.com/invmailback/ConsAcstmtMBreq.aspx#) where I have to select/click on a calender icon to select the particular date for the account statement.
-

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.3+nobinonly-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Fri Jun 11 16:02:26 2010
FirefoxPackages:
 firefox 3.6.3+nobinonly-0ubuntu4
 firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
 firefox-branding 3.6.3+nobinonly-0ubuntu4
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: firefox

Revision history for this message
durganandan jana (dnaj2000) wrote :
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Thanks, but this is a bug in the website. Clicking on it gives "09 is not a legal ECMA-262 octal constant" in the error console, and sure enough, the website calls this when building the calendar widget:

//get the name of month
function Getmonth(inmonth)
{
    if(inmonth == 01)
    {
    return "Jan";
    }
    else if(inmonth == 02)
    {
    return "Feb";
    }
    else if(inmonth == 03)
    {
    return "Mar";
    }
    else if(inmonth == 04)
    {
    return "Apr";
    }
    else if(inmonth == 05)
    {
    return "May";
    }
    else if(inmonth == 06)
    {
    return "Jun";
    }
    else if(inmonth == 07)
    {
    return "Jul";
    }
    else if(inmonth == 08)
    {
    return "Aug";
    }
    else if(inmonth == 09)
    {
    return "Sep";
    }
    else if(inmonth == 10)
    {
    return "Oct";
    }
    else if(inmonth == 11)
    {
    return "Nov";
    }
    else if(inmonth == 12)
    {
    return "Dec";
    }

}

Numbers beginning with a zero are treated as octal numbers, so "08" is not valid

Changed in firefox (Ubuntu):
status: New → Invalid
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Sorry, I meant to say "Clicking on it gives "08 is not a legal ECMA-262 octal constant" in the error console"

Revision history for this message
stefano.marzorati (stefano-marzorati) wrote :

Same problem.
I have Ubuntu 10.10 and Firefox 9.0.1.
This is the site that gives me problems: http://www.morningstar.co.uk/uk/snapshot/snapshot.aspx?id=FOGBR05KIA

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.