Closed
Bug 257658
Opened 21 years ago
Closed 21 years ago
javascript:(publish) will not submit gives JSConsole Error: validateForm is not defined
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ehepner1977, Assigned: bugzilla)
References
()
Details
Attachments
(1 file)
|
7.48 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040831 Firefox/0.9.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040831 Firefox/0.9.1+
Using Blackboard for school, attemtping to submit a post to the discussion board
yields several JSConsole Errors. Most prevalent seems to be "validateForm is
not defined"
Reproducible: Always
Steps to Reproduce:
1.Login to drexel.blackboard.com using aguest and guest as login and password
2.Go to discussion board==>click on the topic==>select add new thread
3.Tye something and try to submit it
Actual Results:
JSConsole errors described above, and no submission.
Expected Results:
Form submits to website.
| Reporter | ||
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
What is really needed here are those linked javascript files:
/javascript/validateForm.js
/javascript/md5.js
/webapps/webeq-plugin/js-lib/content.js
If you can attach those the problem can be identified. Most likely improper
javscript code though, not likely a firefox bug.
| Reporter | ||
Comment 3•21 years ago
|
||
Upon further examination I find that AdBlock has added a filter for
validateform.js, so obviously that file will not be retrieved from the server.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•