Hi,
is there a way to display the clients (internal) IP and/or the hostname/computername on the screen with windows players?
For installtion and maintenance reasons this would be a hughe helps for us.
Thanks
Hi,
is there a way to display the clients (internal) IP and/or the hostname/computername on the screen with windows players?
For installtion and maintenance reasons this would be a hughe helps for us.
Thanks
Try this,
<script> try { var ax = new ActiveXObject("WScript.Network"); alert('User: ' + ax.UserName ); alert('Computer: ' + ax.ComputerName); } catch (e) { } </script>
I think it should work on windows players, unfortunately I’m using WPF version of Xibo which use CEF and not builtin webbrowser so can’t test right now.
Your can amend the web module source and return the display name and IP address.