Hi Guru,
... JDev 11.1.2.4.0 ...
I have ADF application and I want to get client computer name using java or javascript. I have searched on this but I found only this javascript method
function getWorkstationID() { var ax = new ActiveXObject("WScript.Network"); alert(ax.ComputerName); }
but this use ActiveX which work only in IE with some security configurations, and I want to get client computer name from any browser.
Can you please help me to get the client computer name?