Click to See Complete Forum and Search --> : check file on browser computer


dara
04-09-2003, 01:49 AM
Hi,

Is there anyway that I can check if the file is already on the client computer?

If you could please tell me how.

My idear is to check a font on the user machine if it is already exist.

Thank you,
Dara

Nicodemas
04-09-2003, 05:31 AM
Sorry, but Javascript cannot read information from user's computer automatically.

gil davis
04-09-2003, 05:40 AM
If you use CSS, then you don't have to worry about the user having a particular font. You can specify more than one font for a given style, and the browser will display the first one it finds.<style type="text/css">
body {font-family: Garamond, Times New Roman, Serif}
</style>