|
 |
asp_web_howto thread: Detect font and add new font to computer from ASP
Message #1 by "tom carr" <tomcarr1@y...> on Thu, 7 Mar 2002 18:28:56
|
|
Does anyone know how to use either ASP or client side script to check and
see if a computer has a particular font installed, and if the font is not
installed automatically install it ?
Message #2 by "Ken Schaefer" <ken@a...> on Fri, 8 Mar 2002 11:07:50 +1100
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "tom carr" <tomcarr1@y...>
Subject: [asp_web_howto] Detect font and add new font to computer from ASP
: Does anyone know how to use either ASP or client side script to check and
: see if a computer has a particular font installed, and if the font is not
: installed automatically install it ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ActiveX Control or signed VBScript perhaps.
Basically installing a font involves changing the client's computer
configuration. You're not going to be able to do that with straight HTML or
javascript, and you can't do it without the user's permission. You certainly
can't do it with ASP (since that runs entirely on the server).
Cheers
Ken
|
|
 |