Closed Bug 216010 Opened 21 years ago Closed 10 years ago

cellularonewest.com - invalid JS

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: Ryan.Johnk, Unassigned)

References

()

Details

(Keywords: ecommerce)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030809 Mozilla Firebird/0.6.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030809 Mozilla Firebird/0.6.1+

The browser doesn't go to the link when I click the javascripted link.

Reproducible: Always

Steps to Reproduce:
1.Click on any question at http://www.cellularonewest.com/faqsmart.asp
2.
3.

Actual Results:  
nothing happens when I click on the link

Expected Results:  
go to the link I clicked on
Bad JavaScript.  The JS is trying to use frmFAQLinked.submit(); to submit the
form frmFAQLinked when you click a link.

That's an invalid format for JavaScript that IE lets one get away with.

You should consider writing to the site and asking them to fix the script.  I
think the script should read document.frmFAQLinked.submit() or
document.form.frmFAQLinked.submit() -- I forget which just offhand.

->TE
Assignee: blake → english-us
Status: UNCONFIRMED → NEW
Component: General → English US
Ever confirmed: true
Keywords: ecommerce
Product: Firebird → Tech Evangelism
QA Contact: asa → english-us
Summary: The browser doesn't go to the link. → cellularonewest.com - invalid JS
Page is down.
[closeme]
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.