M
Mohd Ebrahim
Hi,
I'm unable to run the below script in the mozilla browser, i get error
'ActiveXobject not defined'. Is there an alternate way of fixing this in
mozilla?
kindly send me the code or resource links
kindly suggest.
***********************************************************
<html>
<head>
<script language="JavaScript" type="text/javascript">
function execute()
{
var obj = new ActiveXObject( "WScript.Shell" ) ;
obj.Run("notepad.exe") ;
}
</script>
</head>
<body>
<button onclick="execute()">open Notepad</button>
</body>
</html>
I'm unable to run the below script in the mozilla browser, i get error
'ActiveXobject not defined'. Is there an alternate way of fixing this in
mozilla?
kindly send me the code or resource links
kindly suggest.
***********************************************************
<html>
<head>
<script language="JavaScript" type="text/javascript">
function execute()
{
var obj = new ActiveXObject( "WScript.Shell" ) ;
obj.Run("notepad.exe") ;
}
</script>
</head>
<body>
<button onclick="execute()">open Notepad</button>
</body>
</html>