Closed Bug 206045 Opened 21 years ago Closed 13 years ago

admiralbet.com - no betting events displayed

Categories

(Tech Evangelism Graveyard :: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: testilus, Unassigned)

References

()

Details

(Whiteboard: [havecontact])

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030507





Reproducible: Always

Steps to Reproduce:
1. Go to http://www.admiralbet.com/
2. Click on 'Betting'
3. Select *any* of the 'Active Betting Events'

Actual Results:  
Empty Betting Slip

Expected Results:  
Display detailed betting information for the selected event (quotes...)

Betting slip does work as expected when one of the 'Ending soon' or 'Popular'
links is used from the main page.
This is an evangelism issue.  The function showGames(itm) in 
AdmiralWeb/eventlist_output.jsp uses document.all:

function showGames(itm)
{
  objValue= document.getElementById("value" + itm);
  objHref= document.getElementById("href" + itm);

  if (1 == objValue.value)
    objValue.value = 0;
  else
    objValue.value = 1;

  param = "";
  if (document.all.chk.length)
  {
    for (i = 0; i < document.all.chk.length; i++)
    {
      //alert(document.all.chk[i].value);
      if (1 == document.all.chk[i].value)
      {
        var compid = document.all.chk[i].id + 'compid';
        objComp = document.getElementById(compid);
        param += 'compid=' + objComp.value + "&";
      }
    }
    if (param.length > 0)
      param = param.substr(0, param.length-1)
  }
  else
  {
    if (1 == document.all.chk.value)
    {
      var compid = document.all.chk.id + 'compid';

      objComp = document.getElementById(compid);
      param = 'compid=' + objComp.value;
    }
  }

  //alert("param="+param);
  if (param.length>0)
    objHref.href = 'gameslist.jsp?' + param;
  else
    objHref.href = 'gameslist.jsp?compid=0';
}
=> tech evangelism
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
OS: Windows 98 → All
Product: Browser → Tech Evangelism
Hardware: PC → All
Version: Trunk → unspecified
Moving it to right owner.

And contact mail : help@admiralbet.com
Assignee: general → nitot
QA Contact: general → brantgurganus2001
Whiteboard: [havecontact]
Summary: no betting events displayed → admiralbet.com - no betting events displayed
Walter: please mail them about the problem at first..
move tristans bugs to other
Assignee: nitot → other
Component: Europe: West → Other
QA Contact: brantgurganus2001 → other
INCOMPLETE due to lack of activity since the end of 2009.

If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.

Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.