javascript thread: Launch Adobe Acrobat 5.0 Outside IE without giving full path
looking to hear ur good news hopefully,
Always,
Hovik.
----- Original Message -----
From: "Orhan Aglagul" <orhan.aglagul@o...>
To: "javascript" <javascript@p...>
Sent: Monday, March 17, 2003 7:14 PM
Subject: [javascript] Re: Launch Adobe Acrobat 5.0 Outside IE without giving
full path
Here is the final version:
<script language="vbscript">
function launchApp()
Set WShell = CreateObject("WScript.Shell")
WShell.Run Chr(34) & "C:\adb doc\login.doc"
end function
</script>
Thx....
|





