Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Idhttp and external functions
| Subject: | Re: Idhttp and external functions |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 16 Oct 2006 10:58:55 |
<fer> wrote in message news:45333b8c$1@newsgroups.borland.com...
> I am trying to post a value to a server.
> But there is a script on the server which calls enct function before post.
> so the value must be send to enct function before post. how can i perform
> this !..
Please elaborate. Are you saying that enct() is a client-side script
function that the browser normally calls before submitting the form values?
If so, then you will have to duplicate that function in your own code if it
alters the post data in any way. What EXACTLY is the function actually
doing?
Gambit
none