Sep 22, 2005 #1 B827 Technical User Feb 14, 2002 281 GB I have a simple problem. I need to test to see if WORD is already open on a client machine. Is this possible using Javascript? Many thanks Sandy
I have a simple problem. I need to test to see if WORD is already open on a client machine. Is this possible using Javascript? Many thanks Sandy
Sep 22, 2005 #2 Diancecht Programmer Jan 8, 2004 4,042 ES It shouldn't, as it vould violate the principle that says that scripts can't access local resorces at local machine. Cheers, Dian Upvote 0 Downvote
It shouldn't, as it vould violate the principle that says that scripts can't access local resorces at local machine. Cheers, Dian
Sep 22, 2005 #3 BabyJeffy Programmer Sep 10, 2003 4,189 GB It's not possible using javascript without employing some third party ActiveX control (which will only work for IE Windows). Jeff [tt]Jeff's Page [/tt][tt]@[/tt][tt] Code Couch http://www.codecouch.com/jeff/[/tt] Upvote 0 Downvote
It's not possible using javascript without employing some third party ActiveX control (which will only work for IE Windows). Jeff [tt]Jeff's Page [/tt][tt]@[/tt][tt] Code Couch http://www.codecouch.com/jeff/[/tt]