Closed Bug 132668 Opened 23 years ago Closed 23 years ago

Can't run javascript:openWin().

Categories

(Tech Evangelism Graveyard :: English Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 141442

People

(Reporter: pjs1, Unassigned)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+) Gecko/20020316 BuildID: 2002031612 The Javascript on http://www.bt.com/together/index.jsp doesn't open a window as it should. This works OK in Netscape Commumicator. Reproducible: Always Steps to Reproduce: 1.visit http://www.bt.com/together/index.jsp 2.click on "BT Together 11.50" which is javascript:openWin("phpop_201426") 3.No window appears Actual Results: Alert WIndow: "An unknown error occured while atempting to load the requested page". Expected Results: Should open a window describing "BT Together".
I don't see that link on the page. The page does contain a function openWin, but it takes three parameters (not one) and doesn't seem to be called anywhere.
The site defines a function called "openDialog". Unfortunately, this function is already defined in Mozilla and cannot be redefined....
Assignee: rogerl → momoi
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → English: Non-US
Ever confirmed: true
OS: Linux → All
Product: Browser → Tech Evangelism
QA Contact: pschwartau → jeesun
Hardware: PC → All
Version: other → unspecified
The problem is when you click on the link generated by document.write('<a href=javascript:openWin("phpop_201426")><font class="fontBottomLayerBody">BT Together</font></a>'); or any of the other links of the same type. On the page, this appears in the box "Select the calling option that suits you best" with 6 buttons all called "BT Together ...(something)". It seems to be using function openWin(contentid) - line 97 of the index.jsp page.
Works OK now with new nightly build: 2002032712 Mozilla 0.9.9+ Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+) Gecko/20020327
ok. the openDialog problem remains. at the top-right, there is supposed to be a link "My personal links" right above "Residential Billing". This link is Javascript generated and comes right after the declaration of openDialog, so it doesn't appear (and wouldn't work even if it did appear). The uncaught exception pertaining to openDialog still shows up on the JavaScript console.
We're changing things so openDialog will be redefinable. Marking dup of the relevant bug. *** This bug has been marked as a duplicate of 141442 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.