Closed
Bug 29770
Opened 25 years ago
Closed 24 years ago
javascript:window.external.AddFavorite(...) does not work
Categories
(SeaMonkey :: Bookmarks & History, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: tony, Assigned: bugs)
References
()
Details
Takes you to the top of the page rather than 'back'. Also If you go so far as
to order on the site [You don't need to submit your order!] the page where you
enter your details does not work. Works in IE 5.0/Netscape 4.6...
Also:
javascript:window.external.AddFavorite
('http://www.onlyfinebeer.co.uk/','Onlyfinebeer')
does not work, is this IE specific?
Comment 1•25 years ago
|
||
The history.back bug is a dup of bug 21373, and since that's well known I'm
moving the second half of the bug report off to the Bookmarks component - I
guess there are security issues here though?
Assignee: rogerl → slamm
Component: Javascript Engine → Bookmarks
QA Contact: rginda → claudius
Updated•25 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•25 years ago
|
||
Changing summary from "javascript:history.back()" to
"javascript:window.external.AddFavorite(...) does not work"
to indicate that this bug is not an unrecognized dup of bug 21373.
Summary: javascript:history.back() → javascript:window.external.AddFavorite(...) does not work
Updated•25 years ago
|
Target Milestone: --- → M19
Comment 6•24 years ago
|
||
Reassigning 79 Bookmarks bugs to Ben. I was told this was going to be done
shortly about two months ago, but it clearly hasn't been. I think that's long
enough for all these bugs to remain assigned to nobody.
Feel free to filter all this spam into the trashcan by looking for this string
in the message body: ducksgoquack
Assignee: slamm → ben
Assignee | ||
Comment 7•24 years ago
|
||
This is IE specific. No plans to implement.
If webpages want to add bookmarks, they can use a signed script to access
XPConnect, then get the bookmarks service and call 'AddBookmark' on it.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 11•21 years ago
|
||
*** Bug 214653 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 12•20 years ago
|
||
*** Bug 278691 has been marked as a duplicate of this bug. ***
Comment 13•18 years ago
|
||
See also bug 281466, same thing for setting homepages from script.
You need to log in
before you can comment on or make changes to this bug.
Description
•