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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fillup07
  • Content: Threads
  • Order by date
  1. fillup07

    Output ASP as Microsoft Word Doc - 2 issues

    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...
  2. fillup07

    CSS Layout Help, Footer positioning

    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...
  3. fillup07

    Getting Number of Records - Total and In a Field

    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
  4. fillup07

    Writing a TXT file on a server - simple question!

    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(&quot;Scripting.FileSystemObject&quot;) Set RS=FS.OpenTextFile(Server.MapPath (&quot;counter.txt&quot;), 1, False) fcount=RS.ReadLine RS.Close fcount=fcount+1...
  5. fillup07

    I-Frames in Frontpage 2000 versus XP

    My friend made a site with iframes. in Frontpage XP, and now I am trying to edit it in Frontpage 2000, and I get &quot;Your browser does not support inline frames or is currently configured not to display inline frames.&quot; when I try to view it. This is pretty annoying, and causes me to have...

Part and Inventory Search

Back
Top