Closed Bug 121201 Opened 23 years ago Closed 22 years ago

Javascript (js(jsp)) does not work

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: ossi, Assigned: doronr)

References

()

Details

(Whiteboard: [PROPRIETARY-JS])

Attachments

(1 file)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011226
BuildID:    2001122617

When entering to a particular page which is done by jsp/js, Mozilla shows only a
blank page.
However, the same page works with Netscape 4.7x.
The source of page will be provided. 

Reproducible: Always
Steps to Reproduce:
1. Just going to that URL



Actual Results:  After providing username and password I was directed to page
which is blank.

Expected Results:  To show the content of the page.

The source of one page.

<html>
<Meta name="save" content="favorite"> 
<title>ARWeb 4.0</title>

<script>

var DebugScaling = 0;


var TransactionMsgStr = "";
//OS_TRANSACTION_IN_PROGRESS = 5236 localized string
TransactionMsgStr = "Transaction in progress...";

// Messages used by editbox.js, history.js
var EditOpenMsgStr = "An edit window is already open.\nOnly one edit window can
be open at a time.\nPlease close current edit window and try again.";
var DiaryOpenMsgStr = "A diary window is already open.\nOnly one diary window
can be open at a time.\nPlease close current diary window and try again.";
var NavigationErrStr = "You have visited a page outside of ARWeb and then
returned.\nPlease re-login.";

</script>

<script language="JavaScript" src="arweb.js">

</script>
<script language="JavaScript" src="pagefield.js">

</script>
<script language="JavaScript" src="table.js">

</script>
<script language="JavaScript" src="history.js">

</script>
<script>
// Check for nested hidden frames which can occur if O=1 parameter is missing
// or they use arweb.jsp when they shouldn't.  If nested hidden frames exist,
// then give an error message.
if ((parent != null) && (parent != window) && (parent.getTimeDiff != null))
{
   alert('Nested ARWeb hidden frames detected. This site will not work properly
with nested ARWeb hidden frames. Verify that the O=1 parameter is specified and
arweb.jsp is not being used.');
}
</script>   
<frameset rows="100%,*" border="1"
onLoad="buildHidden();setTimeFlag(0);setCacheFlag(1);">
      <frame name="visual_frame" src="about:blank"></frame>
      
      <frame name="hidden_frame"
src="scaling.jsp?O=1&Act=submit&DA=1&Form=submitfo.jsp&S=INT_WD_UserManagement&s=hiiva&&&U=laitios1&Pw=mj1202sd&O=1&"
noresize="noresize" scrolling="NO"></frame>
</frameset>

</html>
over to evangelism.

reporter, could you check the js scripts for 'document.layer'? Also could you
provide the js source? Or email it to me?

If not, this bug will be closed
Assignee: harishd → doronr
Component: Parser → US General
Product: Browser → Tech Evangelism
QA Contact: moied → zach
Version: other → unspecified
Yes, the "document.layers" can be found in scale.js file.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Summary: Javascript (js(jsp) does not work → Javascript (js(jsp)) does not work
Whiteboard: [PROPRIETARY-JS]
Added Status Whiteboard text
Reporter, if this is your site you will need to update it to support the W3C
Standards and Gecko/Mozilla. Otherwise you will need to contact the vendor who
wrote the app. We can not do anything with this as it stands.
Status: NEW → RESOLVED
Closed: 22 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.

Attachment

General

Creator:
Created:
Updated:
Size: