PDA

View Full Version : Calling Server functions from the client...


robi_wan_kenobi
February 20th, 2002, 14:39
Hail everybody,

By know i develop in ASP, but considering the number of Perl and PHP satisfaction manifests i'll give them i try.
The question is there is any way to call a server function from the client with ASP or any other language????

Nezzar
February 20th, 2002, 19:07
You mean something like accessing the Database or something? If yes, try Java. Our schools homepage uses java to access the MySQL-DB on the server.

robi_wan_kenobi
February 21st, 2002, 15:16
Hi Nezzar,
Íts a bit trick but in fact for some secret reason i need to call the ASP(Server-Side) function Session.Abandon from a client JavaScript function, the only solution i've encontered is to install Windows Scripting in my server but i can't ....
If you or somebody know how to do that, i apreciate...

Nezzar
February 22nd, 2002, 14:07
Why do you need this session function? If I know for what, maybe we can find another solution to your prob (a serverside-one).

robi_wan_kenobi
February 26th, 2002, 17:23
Thanks Nezzar but i managed another way.
The problem was about login and securying a client session in a virtual store, i used another aproach.