Mailinglist Archive: opensuse-kde (195 mails)
| < Previous | Next > |
parser plugin for konquerer
- From: Jonas Helgi Palsson <jonas.palsson@xxxxxxxxxxxxxxxx>
- Date: Tue, 21 Feb 2006 12:17:25 +0100
- Message-id: <200602211217.26162.jonas.palsson@xxxxxxxxxxxxxxxx>
Hi
Does anyone know of a plugin to Konqueror, which parses the Document source
and performes actions based on that?
Hmm, perhaps not so clear what i mean... so an example:
open a webside that contains VBscript (which ofcourse will not run :), and in
the VB code is a link to a document, e.g.:
...
objFS.CopyFile _
"\\servername\path\path\xxxx.doc", _
m_strFileName, _
...
(if I feed the string "\\servername\path\path\xxxx.doc" into Konqueror, it
will open the document...)
What I need is a "button" that when pressed, it will parse through the
Document source, finds strings that I have defined, and does actions upon
them as I have defined...
Has anyone seen anything like that?
j
--
Jonas Helgi Palsson
"Microsoft is not the answer. Microsoft is the question. NO is the answer."
-Erik Naggum
Does anyone know of a plugin to Konqueror, which parses the Document source
and performes actions based on that?
Hmm, perhaps not so clear what i mean... so an example:
open a webside that contains VBscript (which ofcourse will not run :), and in
the VB code is a link to a document, e.g.:
...
objFS.CopyFile _
"\\servername\path\path\xxxx.doc", _
m_strFileName, _
...
(if I feed the string "\\servername\path\path\xxxx.doc" into Konqueror, it
will open the document...)
What I need is a "button" that when pressed, it will parse through the
Document source, finds strings that I have defined, and does actions upon
them as I have defined...
Has anyone seen anything like that?
j
--
Jonas Helgi Palsson
"Microsoft is not the answer. Microsoft is the question. NO is the answer."
-Erik Naggum
| < Previous | Next > |