Closed
Bug 258623
Opened 21 years ago
Closed 18 years ago
waic.com - problem with javascript - can't give website as its private - password protected
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: schuh8, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
when calling up a page I get the following
Error: uncaught exception: [Exception... "Component returned failure code:
0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]"
nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame ::
chrome://browser/content/search.xml :: initialize :: line 31" data: no]
Error: syntax error
Source File:
http://www.waic.com/wmaic/postcash.html?AGENTID=10348&AGENTUS=10348&IPNMFR=RICHARD&IPNAML=DAVIS&IPBLNR=9&IPSTNM=HARVARD%20CIR&IPCITY=Panama%20City&IPSTAT=FL&XIPCURDUE=237.59&NSF=10348&POLICYID=000141038&PP=FL&MSG=N&PREV=N&XIPTEFFDTE=04/29/2004&XIPTEXPDTE=10/29/2004
Line: 83
Source Code:
else {amt=document.forms[0].PSTCASH.value.substring(0, dotidx+3)};};
Error: params is not defined
Source File:
http://www.waic.com/wmaic/postcash.html?AGENTID=10348&AGENTUS=10348&IPNMFR=RICHARD&IPNAML=DAVIS&IPBLNR=9&IPSTNM=HARVARD%20CIR&IPCITY=Panama%20City&IPSTAT=FL&XIPCURDUE=237.59&NSF=10348&POLICYID=000141038&PP=FL&MSG=N&PREV=N&XIPTEFFDTE=04/29/2004&XIPTEXPDTE=10/29/2004
Line: 186
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
function validate() {
var dotidx=document.forms[0].PSTCASH.value.indexOf('.');
if (dotidx != -1) {
if (isblank(document.forms[0].PSTCASH.value.substring(dotidx+1, dotidx+3))) {
amt=document.forms[0].PSTCASH.value+"00"};
else {amt=document.forms[0].PSTCASH.value.substring(0, dotidx+3)};};
else {amt=document.forms[0].PSTCASH.value+".00"};
semi-colon outside the curly brackets end the statement prematurely.
not a boog
Comment 2•21 years ago
|
||
-> tech evang per comment 1
Assignee: bugs → english-us
Component: JavaScript Console → English US
Product: Firefox → Tech Evangelism
QA Contact: js-console → english-us
Summary: problem with java script - can't give website as its private - password protected → waic.com - problem with javascript - can't give website as its private - password protected
Comment 3•18 years ago
|
||
Looks like the site has been extensively redesigned since this was filed. FIXED unless someone tells me otherwise (in which case, feel free to reopen this bug and explain the current problem).
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Updated•11 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
•