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 TouchToneTommy 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: *

  1. debbierich22

    ASP and Excel docs

    I have a website where one of the requirements is opening Excel documents inside the browser window. The user clicks on a hyperlink and the document opens, using a simple Javascript function to open: function openSheet(path,fName,fType,fMonth,fYear,ffType,fftpPath) {...
  2. debbierich22

    IIS 3.0 and caching

    I am working with IIS 3.0 (the decision to upgrade is beyond my control) and Internet Explorer Version 5.0. One of the tasks that the website performs is opening Excel spreadsheets in the browser window with .xls extension, not just reading Excel data into HTML. Occasionally, the wrong version...
  3. debbierich22

    Opening existing Excel document

    This seems to be a really simple request, but I just can't figure it out. From my ASP page, I want to automatically launch a spreadsheet I have stored on the server after I have updated some data in that spreadsheet. I have a macro that runs on the opening of the page. Originally, I had it...
  4. debbierich22

    ADO Connection not closing

    I have a page that registers users on my website. Once they have entered information into textboxes and clicked the submit button, they are redirected to a generic page that contains only HTML to say they have successfully registered. I am using a DSN to connect to an Access database, and I...
  5. debbierich22

    .AddNew is failing

    I've an ASP beginner and I am having trouble handling recordsets. Here's a generic sample of my code: DBConnect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strDBPath & ";" Set cnnSimple = Server.CreateObject("ADODB.Connection") cnnSimple.Open DBConnect...
  6. debbierich22

    ASP and Microsoft Access

    I am currently developing a website using ASP. I want to store user information (user id, password, etc.) in a database to accomplish the logon functionality as well as keeping track of user roles and a very small amount of other information not pertaining to users. I cannot use SQL Server...

Part and Inventory Search

Back
Top