LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   please tell how to make a plugin for a web-browser (konqueror) using c++ / Qt / Java (https://www.linuxquestions.org/questions/programming-9/please-tell-how-to-make-a-plugin-for-a-web-browser-konqueror-using-c-qt-java-207825/)

gajaykrishnan 07-21-2004 07:51 AM

please tell how to make a plugin for a web-browser (konqueror) using c++ / Qt / Java
 
i actually want to develop a plugin for a web-browser for my project purpose. I basically want that i should be able to access all the features provided by a web-browser ...i.e.
--> to be able to know the history of the user who has logged in.
--> to be able to display any web-page created by me to show some messages to the user.
--> to be able to start another instance of the web-browser.
--> to connect to any other site in the background and use it for my own purpose.
--> to detect any of the actions done by the user such as clicking the back and forward button and clicking on a hyperlink..
--> to be able to connect to some other server

i would be glad to know if making a plugin really solves my problems of accessing all the features of browser..
it would be good if you let me know some links from where i can get information about developing a plugin and be able to do it in either c++ / Qt / Java.

Awaiting a reply...


:scratch:

jpostma 07-22-2004 11:28 AM

It's almost impossible for Java. The acces the recources of a hard disk you must have a certificate. The user must accept that certificate.

Java Developer


All times are GMT -5. The time now is 09:25 PM.