Mike,
Again, thanks.
By plugin I mean the browsers' extensions: ex:
http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions/#more-4.
IE has the same type or resorts also to activeX components.
Right now I know how to program that guy to open a url
I guess I need to some t
"Philippe C. Martin" <[EMAIL PROTECTED]> writes:
> Mike Meyer wrote:
>> I don't know much about plugins. I believe they get started when the
>> page loads, which gives you a chance to do the authentication when you
>> want it done.
> Well not in this case actually: the user triggers the plugin whi
Mike Meyer wrote:
>
> I don't know much about plugins. I believe they get started when the
> page loads, which gives you a chance to do the authentication when you
> want it done.
Well not in this case actually: the user triggers the plugin which in turn
open the url, so the connection is "owne
Mike Meyer wrote:
> "Philippe C. Martin" <[EMAIL PROTECTED]> writes:
>
>> I feel fairly stupid ... but to my defense in the past 17 years of
>> coding, i've only spent 3 days looking at web stuff:
>>
>> I now can understand how "writing" to an existing form field from a cgi
>> script might not wo
Paul,
That won't cut it: The cards I use/code do not have RSA capabilities but
only symmetrical algorithms (AES, 3DES, ). I use the same type of
authentication you would see between a POS and a Smart Card (ex: B0' in
France)
So I cannot hookup to one of the standards (PKCS11 or CSP).
Thanks
"Philippe C. Martin" <[EMAIL PROTECTED]> writes:
> * HOW (if there's a better way let me know please) **
> As I have not found any better solution yet, I am trying to do the following
> (on the server there is an html file and a cgi file)
If I understand it, you're trying to use a smart ca
"Philippe C. Martin" <[EMAIL PROTECTED]> writes:
> I feel fairly stupid ... but to my defense in the past 17 years of coding,
> i've only spent 3 days looking at web stuff:
>
> I now can understand how "writing" to an existing form field from a cgi
> script might not work: how would the browser kn
"Philippe C. Martin" <[EMAIL PROTECTED]> writes:
>> You've got lots of stuff going on here. I count at least five programs
>> and three network connections. How much is working, and which parts
>> are you trying to do in Python?
>
> I am starting from existing applications (cross-platform - and in
I feel fairly stupid ... but to my defense in the past 17 years of coding,
i've only spent 3 days looking at web stuff:
I now can understand how "writing" to an existing form field from a cgi
script might not work: how would the browser know ?: unless there is a very
sophisticated scheme there (as
Mike Meyer wrote:
> "Philippe C. Martin" <[EMAIL PROTECTED]> writes:
>
>
>
> Some. To continue clarifying:
>
> The phrase "cgi script" refers to a server-side script that is run in
> response to the user clicking something on the client. That's what you
> expect it to be, right?
>
Yes, the cgi
"Philippe C. Martin" <[EMAIL PROTECTED]> writes:
> Mike,
>
> Here is what I am trying to do:
>
> WHAT
> -) a client opens his/her browser and click on some button which triggers my
> plugin
> -) the plugin starts to communicate with a server on some URL.
> -) the communication between th
Mike,
Here is what I am trying to do:
WHAT
-) a client opens his/her browser and click on some button which triggers my
plugin
-) the plugin starts to communicate with a server on some URL.
-) the communication between the server and the client involves a few
exchanges: data from client
Thanks Paul but I was not clear:
the html page is separate from the python script, it calls the python script
when the button is clicked.
The indentation error must be because of my cut and paste.
PS: My goal is to be able to exchange data between the server and the client
(browser plugin) as I
"Philippe C. Martin" <[EMAIL PROTECTED]> writes:
> PS: If my question is not clear, I am trying to "share" the form between the
> client and server.
Yes, your question is not clear. And this statement doesn't clarify
it. That you quoted the "share" shows you are probably aware of this,
if not con
Philippe C. Martin wrote:
> PS: If my question is not clear, I am trying to "share" the form between the
> client and server.
>
> just as many sites out there allow you to modify existing data:
> 1) the server pops up a form with your data in it.
> 2) the client can modify it and submit.
>
> I kn
PS: If my question is not clear, I am trying to "share" the form between the
client and server.
just as many sites out there allow you to modify existing data:
1) the server pops up a form with your data in it.
2) the client can modify it and submit.
I know this is a _basic_ question, sorry.
Phi
Hi,
I am trying to change the data in a form field from python. The following
code does not crash but has no effect as if "form" is just a copy of the
original html form.
Must I recreate the form order to do that ?
My point is for the client to be able to re-read the modified data.
Thanks,
P
17 matches
Mail list logo