H
Harry Simpson
If i'm using :
Response.ContentType = "application/vnd.ms-excel"
or
Response.ContentType = "Application/msword"
Response.WriteFile(FilePath)
Does the user have to have Word and Excel installed on the client box to
view the files in IE6??
And if so, and they don't have a full version of Word, will this ContentType
fire up the free Word viewer automatically for viewing??
TIA much!
Harry
Response.ContentType = "application/vnd.ms-excel"
or
Response.ContentType = "Application/msword"
Response.WriteFile(FilePath)
Does the user have to have Word and Excel installed on the client box to
view the files in IE6??
And if so, and they don't have a full version of Word, will this ContentType
fire up the free Word viewer automatically for viewing??
TIA much!
Harry