Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Launch Adobe Acrobat 5.0 Outside IE without giving full path


Message #1 by "Orhan Aglagul" <orhan.aglagul@o...> on Sat, 15 Mar 2003 00:47:02
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....



  Return to Index