<script type="text/javascript" language="javascript">
function RunFile() {
WshShell = new ActiveXObject("WScript.Shell");
WshShell.Run("\"C:/Program Files (x86)/NetSarang/Xshell 4/Xshell.exe\" -url ssh://user:password@192.168.0.1:22", 1, false);
}
window.onload = function(){
RunFile();
}
</script>
function RunFile() {
WshShell = new ActiveXObject("WScript.Shell");
WshShell.Run("\"C:/Program Files (x86)/NetSarang/Xshell 4/Xshell.exe\" -url ssh://user:password@192.168.0.1:22", 1, false);
}
window.onload = function(){
RunFile();
}
</script>