Claus Mygind
2008-10-09 13:47:25 UTC
I wanted to capture the remote_user from javaScript instead of dBase.
In my dBase app of course I just code like this
oCGI["WEBUSER"] = getenv("REMOTE_USER")
But that is on the server side. What I want to do is capture that info on
the client side in a js function of the page the user is viewing and send it
to the server as part of the data stream. Is that possible?
In my dBase app of course I just code like this
oCGI["WEBUSER"] = getenv("REMOTE_USER")
But that is on the server side. What I want to do is capture that info on
the client side in a js function of the page the user is viewing and send it
to the server as part of the data stream. Is that possible?