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) {...
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...
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...
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...
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...
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...
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.