Bug 56453

Summary: bookmarks with javascript: in konqueror don't work
Product: [Applications] konqueror Reporter: Andreas Hochsteger <andreas.hochsteger>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***