Closed
Bug 415
Opened 27 years ago
Closed 24 years ago
on resizing browser A HREF= function() js function undefined
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: rjames, Assigned: mike+mozilla)
References
Details
Created by Reba James (rjames@hotoffice.com) on Thursday, May 28, 1998 12:22:52 PM PDT
Additional Details :
Original Problem:
Open Netscape.
Load the url.
Resize the browser.
Mouse over any link.
Would give you an error such as :
JavaScript Error:
http://208.128.121.77/asp/desktop.asp, line 213:
writeToStatus is not defined.
Resolved this problem by replacing WriteToStatus(' '); with
window.status= ' ';
New Problem :
Open Netscape.
Load the url.
Resize the browser.
Click any link.
Would give you an error such as :
JavaScript Error:
http://208.128.121.67/asp/desktop.asp,
goSubmit is not defined.
Would welcome any solutions ????
Release deadline June 1st.
Thank You.
Reba James \\|||//
HotOfficeTechnologies, Inc.
Software Engineer (.)-(.)
561-995-0005x223
===ooOO=(_)=OOoo==
rjames @ hotoffice.com
Updated by Reba James (rjames@hotoffice.com) on Thursday, May 28, 1998 12:29:11 PM PDT
Additional Details :
Runing Communicator 4.05.
50% of our users are Netscape Clients.
Deadline June 1St.
This is a priority one issue.
Need a solution fast.
have called number after number, trying to purchase an incident but to no avail.
Even the online registration bombs out. You are my final solution.
please call me ASAP. THANK YOU IN ADVANCE
Reba James \\|||//
HotOfficeTechnologies, Inc.
Software Engineer (.)-(.)
561-995-0005x223
===ooOO=(_)=OOoo==
rjames @ hotoffice.com
Updated by Mike McCabe (mccabe@netscape.com) on Monday, June 1, 1998 3:19:44 PM PDT
Additional Details :
This doesn't seem to be a bug in the core javascript engine or Mozilla.
Based on the resolution of the resolved bug that you mention, it seems like this
is an area where the client functions exposed to javascript differ between
Netscape and IE. 'goSubmit is not defined' may imply that the Netscape browser
does not define the 'goSubmit' function, and there is another method of
accomplishing the same thing. (May I assume that you developed the .asp page
using the IE browser?) I would suggest that you use one of several javascript
libraries that attempt to abstract the different browsers.
Closing the bug...
Javacsript component begin retired. Moving this bug to Javascript Engine.
Comment 3•24 years ago
|
||
.
Status: CLOSED → REOPENED
Summary: on resizing browser A HREF= function() js function undefined → on resizing browser A HREF= function() js function undefined
Comment 4•24 years ago
|
||
sorry - wrong bug.
marking invalid
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•