Closed
Bug 304678
Opened 19 years ago
Closed 19 years ago
JavaScript buttons don't work when you return to a page
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 303267
People
(Reporter: k.o_rohrer, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20050814 SeaMonkey/1.0a
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20050814 SeaMonkey/1.0a
When returning to a page, the javascript buttons no longer work. They only work
after a refresh of the screen. Works with the following javascript:
function Delete_Click(p_oSender)
{
var oForm = p_oSender.form;
oForm.DEL.value = "Delete";
oForm.submit();
};
Reproducible: Always
Steps to Reproduce:
1. go to mail.yahoo.com
2. reply to a mail you received
3. click the back button and then try to delete a message.
Actual Results:
None of the javascript buttons work.
Expected Results:
Buttons should always work regardless if you returned to the page.
Comment 1•19 years ago
|
||
Java!=JavaScript. Updating summary. *** This bug has been marked as a duplicate of 303267 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Summary: Java buttons don't work when you return to a page → JavaScript buttons don't work when you return to a page
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•