LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   konqueror: how to send current page location and title in uri?? (https://www.linuxquestions.org/questions/linux-general-1/konqueror-how-to-send-current-page-location-and-title-in-uri-64281/)

grease 06-07-2003 06:25 PM

konqueror: how to send current page location and title in uri??
 
In galeon, mozilla, IE, etc I can do something like putting this in as a bookmark (this is to add a link to a server-side bookmark manager):

javascript:window.location='http://linkmgr.xx/addALink?title='+escape(document.title)+'&body='+escape(location.href);

This does not work in konqueror. Is there a way?
I cannot find a parameter syntax guide anywhere for web shortcuts, which I thought might work. There is no useful kioslave guide I can find.

Riley 06-07-2003 09:15 PM

make sure javascript is turned on in Konqueror and make sure it is set to allow messing with the window location

grease 06-07-2003 10:40 PM

javascript is enabled.

messing with window location? Where/how do you set that?
If you mean pop-ups (which is not relevent) it is set anyway.
The problem with the javascript approach seems to be with kioslave not thinking javascript is a valid protocol.


All times are GMT -5. The time now is 03:26 AM.