Closed
Bug 121859
Opened 23 years ago
Closed 23 years ago
Cannot order online from AT&T form
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jimmykenlee, Assigned: arun)
References
()
Details
Build: 2002-01-24-09-trunk(WIN), 2002-01-24-08-trunk(LINUX),
2002-01-18-08-trunk(MAC X)
1. Open
http://www.shopattwireless.com/shared/3step.asp?SessionID=&RepID=&PromoCode=MOBILE&ZipCode=94043&Ref=shp&PromoType=PostPaid&PhoneCode=#Step2
2. Select a Plan from Step 1
3. Select at least 2 phones in Step 2
4. Click 'Proceed to Checkout' in Step 3
RESULT:
Dialog appears "A Minimum of 2 and maximum of 5 phones can be selected for the
AT&T Shared Advantage Plan". I am unable to proceed, thus unable to order online.
EXPECTED RESULT:
Proceed to next page for ordering online.
NOTE:
From Communicator 4.78, I also was not able to proceed. I crashed. I was able
to proceed using IE. If I submitted this bug under the wrong Component, please
help me to direct it to the right area. Thanks!
Comment 1•23 years ago
|
||
javascript error
Error: frmObj has no properties
Line: 46
in
function valNumPhones(changedObj){
numPhonesSelected =0;
for (var i=1; i<=numPhoneOptions;i++){
frmObj = self.document.getElementById("select" + i);
numPhonesSelected += frmObj.options[frmObj.selectedIndex].value - 0;
}
...
in the <body> select inputs are declared like this:
...<select name="select1" onChange="valNumPhones(this);">
...
there is no ID attribute there!!!
Severity: major → normal
Component: Form Submission → US Ecommerce
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•23 years ago
|
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 3•23 years ago
|
||
they've learned calculating.
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•