I am currently using this to output a file as a Microsoft Word document
Response.ContentType = "application/msword"
Response.AddHeader "Content-Disposition", "attachment;filename=thefilename.doc"
It works great...
Now I have two issues that I hope will not be...
On, http://www.syscompsjax.com/index9.asp you can see that I am trying to get my footer to position properly. I have been playing around with it a lot but just can't get it to work.
I do not want to go to a table design.
When the page height does not require a scrollbar (like on the Login...
1) What is the BEST way to get the total number of records in a table?
2) What is the BEST way to get the total number of records in a certain field (ex: 10 total rows, 7 of them have info in column A)?
-Phil
fillup07@hotmail.com
Alright, I need to know how to write to a simple .txt file on the server. I tried using this code:
<%
Set FS=Server.CreateObject("Scripting.FileSystemObject")
Set RS=FS.OpenTextFile(Server.MapPath ("counter.txt"), 1, False)
fcount=RS.ReadLine
RS.Close
fcount=fcount+1...
My friend made a site with iframes. in Frontpage XP, and now I am trying to edit it in Frontpage 2000, and I get "Your browser does not support inline frames or is currently configured not to display inline frames." when I try to view it. This is pretty annoying, and causes me to have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.