Started 1 week ago (2008-11-13 16:38:00)
by brazenskies
I have created a 404 page and mapped it as the custom page in IIS. Instead of the IIS 404 page, I now get the standard FireFox 404 page. Any ideas what I might be doing wrong? Thanks!

Started 2 days, 11 hours ago (2008-11-19 00:31:00)
by mat41
Good day - Classic ASP to PowerPoint, is this possibe? So far my research is not going well for good
old classic ASP. has anybody done, heard about or think this is possible? TYIA

Started 1 week, 1 day ago (2008-11-13 10:38:00)
by luigicannavaro
Ok. What I want to say may be saw in these examples. It have not an easy solution. Why? The boundaries of that text. Taking the text: Quote: Federal bank
regulators have rejected a request by banks and consumer advocates for a program to let lenders forgive huge portions of credit card debt. The Office of the Comptroller of the Currency rejected ...

Started 1 week, 1 day ago (2008-11-13 01:56:00)
by harbingerOTV
What am trying to do is remove any slashes in a path and also remove anything that comes before the slashes. I found a simple example like this: Code: Dim data data ="NJ5496727738B5/5"; data=split(data,"/") Response.Write( data[0] ) 'contains the string to the left of the slash Response.Write( data[1] ) 'contains the string to the right of the slash Basically I could do this...

Started 2 weeks, 1 day ago (2008-11-06 07:36:00)
by TopBanana
Experienced Programmer, but new user here, hoping for a little guidance... Quick background: I've developed a time-reporting system which allows my client's staff members to upload an excel spreadsheet (timesheet), imports the data into an
SQL database, stores the file, and then upon request, outputs invoices and other billing reports based on the employee time data. I developed and fully...

Started 2 weeks, 1 day ago (2008-11-06 08:04:45)
by hinch
sudo code but you should work it out from here Code: objrs = "select *
from cats" while not objrs.eof response.write "catname" objrs2 = "select images" while not objrs2.eof respon.write "image name" objrs2.movenext wend objrs.movenexr wend

Started 2 weeks, 3 days ago (2008-11-03 22:49:00)
by ubh
Hi, I know nothing about asp or .net and to be frank I don't want to learn any
web language created by Microsoft what so ever. I do know however that PHP is one thing while ASP is another. Tell me why while working on a clients site I found lots of asp pages that contained nothing but PHP code.? Is this possible or was the original developer trying to pull a fast one over my client by ...

Started 2 weeks, 3 days ago (2008-11-03 16:00:00)
by moiseszaragoza
Quote: Response.Write(MoviePayedDate) '11/3/2008 9:32:15 AM Response.Write("<br> -" & Now)'11/3/2008 9:37:31 AM Response.Write("---------------") Response.Write("<br>" & DateDifference)' HOW do i get this? Response.Write(MoviePayedDate) '11/3/2008 9:32:15 AM Response.Write("<br> ...

Started 3 weeks ago (2008-10-30 21:06:00)
by BCRandCo
I'm trying to keep e-mails off my web page. I have a form to submit questions and depending on the name/link clicked a number is transferred to the asp which refers to specific e-mails listed in the asp file as
em1, em2, em3.... My question is how do I convert that number to a file name, whose content becomes the "to" e-mail in my asp form, i.e. 2 is transferred, so now email=em2, if three were ...

Started 3 weeks, 3 days ago (2008-10-27 20:19:00)
by SteveH
Hello I am getting the following error: Expected statement /NewLog/includes/dbconnection.inc, line 4 The script is: Code: <% Dim adoCon Set adoCon = Server.CreateObject("ADODB.Connection") sConnStr = "driver={Microsoft Access Driver (*.mdb)};DBQ=D:\business\login.mdb;" adoCon.Open sConnStr %> I did have the " missing, but I still get the error....
