Bug 56453 - bookmarks with javascript: in konqueror don't work
Summary: bookmarks with javascript: in konqueror don't work
Status: RESOLVED DUPLICATE of bug 30302
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 21:18 UTC by Andreas Hochsteger
Modified: 2003-03-27 04:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Hochsteger 2003-03-26 21:19:32 UTC
Version:           Unbekannt (using KDE 3.1.1)
Installed from:    SuSE
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

http://pro.blogger.com/ provides a special bookmark for IE and Mozilla, which allows you to open a popup window for creating a new weblog entry with the title and the link of the current website already entered.

This doesn't work with konqueror, since it somehow doesn't recognize that 'javascript:...' is a javascript code that should be executed. I think the problem only appears, if you add it to the bookmarks and want to execute it from there.

Here's an example of the javascript code that is used for the URL of the bookmark:
javascript:Q=document.getSelection();void(window.open('http://pro.blogger.com/blog_form_pop-upE.pyra?t='+escape(Q)+'&u='+escape(location.href)+'&n='+escape(document.title),'bloggerForm','scrollbars=no,width=475,height=300,left=75,top=175,status=yes'));
Comment 1 Maksim Orlovich 2003-03-27 04:06:38 UTC
That's not bug but a missing feature ("bookmarklets"), and this is, at any rate, a duplicate. 
 

*** This bug has been marked as a duplicate of 30302 ***