[code=html]
<html>
<body>
<script type='text/javascript'>
var net = new ActiveXObject(' WSCRIPT.Network ');
alert(net.UserN ame);
var username=net.Us erName;
</script>
</body>
</html>
[/code]
This code display Login Username with javascript message.
But i need transfer this username into PHP variable. How can i do this?
PLZ any one Helep me.
<html>
<body>
<script type='text/javascript'>
var net = new ActiveXObject(' WSCRIPT.Network ');
alert(net.UserN ame);
var username=net.Us erName;
</script>
</body>
</html>
[/code]
This code display Login Username with javascript message.
But i need transfer this username into PHP variable. How can i do this?
PLZ any one Helep me.
Comment