I'm currently making a desktop application in html.
Now I want to get the username of the current user of the local system.
I do this in php:-
$wand = getenv("HOMEDRIVE").getenv("HOMEPATH")
but now I want to make this in html so it does need a server.
thanks.