Sep 22, 2005 #1 B827 Technical User Joined Feb 14, 2002 Messages 281 Location 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 Joined Jan 8, 2004 Messages 4,042 Location 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 Joined Sep 10, 2003 Messages 4,189 Location 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]