Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to give users to download a zip file from an ASP page ?

Status
Not open for further replies.

snr

Programmer
Oct 8, 2001
78
0
0
US
I have an ASP page , which requires a particular font.
I want to give users the facility to download the font from the site ......... How to do that ?

Is there any way , by which I can directly install the font on users machine ?

Thanks....
 
Maybe if you created a .cab file, but I am a little sketchy on how you get the browser to download the file. I would recommend not actually using any fonts that were not relatively standard. The other advice I have is always allow for the choice of about 3 fonts and make sure that the web site looks ok if any of them are used. Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
I think

Response.write(&quot;<a href=filename.zip>FontName</a>&quot;)

Hope that helps

AJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top