Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > january 2004 > threads for wednesday january 14

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Please help me change color in my code
Posted by chichidefuera NO[at]SPAM yahoo.com at 1/14/2004 11:47:43 PM
Hi there! I was wondering if somebody could tell me how to edit the following ASP code so that the text within the tables appears as Font Color "00FF00". Right now it is appearing in BLACK and since I want the background to be black, it kind of poses a problem. :0 Also, if possible, could you t...more >>


Exception when writing to a file
Posted by Tim Chmielewski at 1/14/2004 11:38:52 PM
The following code is meant to take records from a database and write them to a file in a comma delimited CSV format: Set fso = CreateObject("Scripting.FileSystemObject") filename1 = FilePath & filename1 Set f1 = fso.OpenTextFile(filename1, ForWriting, True) f1.WriteLine "Name,School,Addre...more >>

date and time problem
Posted by dave at 1/14/2004 10:09:29 PM
I have written asp code to insert current date and time. my database is in sql server 2000. this is the sql query that i m using. sql = "INSERT INTO tblDailyVisitLog (UserID,DailyDate,DailyTime) VALUES ('test',"&formatdatetime(date,2)&",'"&formatdatetime (date,3)&"')" But when I checked...more >>

ADO Memory Leak
Posted by Andrew Durstewitz at 1/14/2004 7:09:28 PM
Hi! I'm having a problem that I can only attribute to something that I don't know about ADO. I am using an ADODB.Connection with .CursorLocation = 3 since I am using MSSQL with text fields. I am running a large set of 4 LEFT JOINS (5 tables in all). Currently my recordset is returning 168...more >>

using redirect with post method
Posted by opo at 1/14/2004 6:57:00 PM
ok, how can i (if at all possible) use post with response method? before i always did something like this to pass variables to the nest page: Response.Redirect "main.asp?per=" & per this obviously creates a querystring and that i am trying to avoid... so, if anyone knows how to do thi...more >>

Help Needed : Error - Cannot create CDO.Message object
Posted by Cyndia A. at 1/14/2004 6:15:48 PM
Need ur Help on the following. In my ASP.Net (with C#) Application, I am sending a mail to all newly registered users. I am using System.Web.Mail Package. Can u please guide me how to sort out this ? Please Note ... I DO NOT want to hardcode the SMTP Server name, coz I am not sure abo...more >>

DELETING EXCELL WITH ASP
Posted by Savas Ates at 1/14/2004 4:52:20 PM
i cant delete data from excell which i use as a database with asp .. i encounter an error report about isam. how can i delete data from excell help meee! ...more >>

Extract 'days' from now till future fixed date
Posted by jason at 1/14/2004 4:11:52 PM
How would one extract the number of (days) from (today) and a (future fixed date)- eg: February 12, 2003. ....where today will always be Date(). Thus: 02/12/04 - Date(now) = 27 days. Can anyone help me here? Thanks in advance - Jason ...more >>



why cant i use "currency" in querystring!?
Posted by Lasse Edsvik at 1/14/2004 3:41:50 PM
can you guys please tell me why i cant use currency as a name in my querystring? note: i NEED to use it since i'll be linking to a remote site were they get that info from querystring <% curr="SEK" %> <html> <body> ?a=2&currency=<%=curr%> </body> </html> shows up as: ?a=2¤cy=...more >>

Calling DLL from Active Server COmponent loses security profile
Posted by Jason Nix at 1/14/2004 3:30:31 PM
I have created an Active Server Component (ASC) as a bridge between ASP and my existing C++ DLLs that we use in our PC-based program. Our intent is to re-use as much code as possible. But, when I call the ASC from ASP, and then call the DLL, the security profile that is specified in IIS is no ...more >>

function with optional parameter
Posted by JT at 1/14/2004 2:30:11 PM
how can i declare a function that will accept an optional parameter? something like: function newFunc(strValue1, strValue2) --where strValue2 is optional. thanks much. ...more >>

Inetinfo.exe dr. watson
Posted by Julie Paten at 1/14/2004 1:46:34 PM
Hello, I receive an Inetinfo.exe dr. watson error when I run any .dll from any client computer. I have tried installing sp6a on my NT4 server but the error keeps coming up and halting my websites. Should I run a registry cleaner over the computer? Julie...more >>

date format mm/dd/yyyy or dd/mm/yyyy
Posted by Alistair at 1/14/2004 1:17:31 PM
it's the idiot with his query strings again...."yippeee" I hear aaron shout this time the problem is with a date format query I have a query string thus strSQL = "SELECT * FROM users where creation_date >= #" & strthisweekstart & "# AND creation_date <= #" & strthisweekend & "#" strthi...more >>

Using classic ASP as a web service client
Posted by Keith E. at 1/14/2004 11:51:29 AM
Does any one know of resources or can you offer direction on how to use classic ASP as a web service client. I have found all kinds of stuff for the ASP.NET But, I need to be able tap into a web service from a ASP 3.0 as a client I have webservice on a IIS platform w/ the SOAP 3.0 kit ...more >>

Multiple submit forms on one page
Posted by Phillip Windell at 1/14/2004 11:48:29 AM
This is really an HTML question I think, but it probably won't take much effort to answer (unless I'm answering or course). The HTML is all ASP generated and the ASP generates exactly what I want but the resulting HTML isn't working right. It consists of multiple forms on a page with each for...more >>

Using ActiveX DLL from ASP pages (Error 800706F7)
Posted by Daniil Gromov at 1/14/2004 11:38:18 AM
I am running ASP pages on IIS5 with and very simple ActiveX. All the ActiveX contains is a number of basic classes. These classes are simply a collection of setters and getters w/o any business logic. The reason I use this DLL is to store instances of the classes in a session or application objec...more >>

Kiinds of includes??
Posted by Vilmar Brazão de Oliveira at 1/14/2004 11:31:30 AM
Hi, I know this kind of include <!--#include file="adovbs.inc"--> or <!-- #include file="conn_dbAT.asp" --> is put into my asp page, but this bellow let my slow too?? <script language="JavaScript" type="text/javascript" src="includes/consistencia_listagem_exclusao.js"> </script> OR <link rel...more >>

having an ASP variable in javascript
Posted by middletree at 1/14/2004 10:01:02 AM
I have a menu that I use on my Intranet app, and while I did try to replace it recently, I ended up going back to it. It's built entirely with javascript, and works great. However, there are certain pages where I would like to be able to put an item into a querystring for a link. That is, I mi...more >>

How to launch program without opening dialog
Posted by SK at 1/14/2004 9:58:54 AM
I am calling an exe thru' href, but when it executes, I get the message if I want to open the file(exe file). Is there any way I can suppress this from appearing and open the program? Thank you, SK...more >>

Force prevailing 0 on single integer
Posted by Pooley at 1/14/2004 9:35:38 AM
Is there an easy way to force ASP to display integers less than 10 thus: 01, 02, 03 etc... There must be an easier way than doing an If < 10 calculation etc. and adding a prevailing '0' - mustn't there....? Thanks. ...more >>

ending sessions when browser is closed
Posted by Jennifer Smith at 1/14/2004 9:26:25 AM
We have an environment running ASP on IIS5, where a user logs in via an ASP login page and an entry is made to the database recording the users login time and a database session. If the user then clicks the logout link, the database is update with their logout time and unlocks their account...more >>

Missing Default Property
Posted by eddie wang at 1/14/2004 8:50:17 AM
Hi, I got the following error when access an asp page. Please help. Thanks. Response object error 'ASP 0185 : 8002000e' Missing Default Property /downtime_category-old2.asp, line 0 A default property was not found for the object. *** Sent via Developersdex http://www.developersdex.c...more >>

Using ActivexDLL from ASP (Error 800706F7)
Posted by dgromov NO[at]SPAM hotmail.com at 1/14/2004 8:19:22 AM
I am running ASP pages on IIS5 with and very simple ActiveX. All the ActiveX contains is a number of basic classes. These classes are simply a collection of setters and getters w/o any business logic. The reason I use this DLL is to store instances of the classes in a session or application obje...more >>

Stop remote posting
Posted by Don Grover at 1/14/2004 7:51:25 AM
How can I stop some one from trying to post my form from a remote site. I am getting some one cycling through usernames trying fpr passwords on a web site. Don ...more >>

Quotes/Blanks in ASP
Posted by Shawn at 1/14/2004 7:48:30 AM
I have part of the following SQL statement: '********* SELECT d_service_area.service_area AS ServiceArea, d_environment.environment AS Environment, d_platform_function.platform_function AS Platform, d_hw_type.hw_type AS hdwType, d_hardware.standard AS hdwHardware, d_hardware.config_...more >>

Windows authentication
Posted by Bob Everland at 1/14/2004 5:51:20 AM
I have an application that is ISAPI and the only way to secure it is through NT permissions. I need to have a way to login to windows authentication so that when I get to the ISAPI application no boxes come up. I want an ASP page to sit between the user and the ISAPI application. The rest ...more >>

error message msxml3.dll (0x800C0005)
Posted by shubha at 1/14/2004 5:31:07 AM
Good Evening, I am using vb component in asp to get the google results. By running asp file i am getting error as Error Type: msxml3.dll (0x800C0005) The system cannot locate the resource specified. /asp/xmld.asp, line 14 So Please help me.... i have tried 1 month ......................more >>

update my own app - asp
Posted by mwkuiken NO[at]SPAM hotmail.com at 1/14/2004 5:04:05 AM
For laptop users who have an ASP application running on their laptops - is there a way I can have it check when connected to the network (via the FSO lastmodifieddate) which files need to be updated (enhancements, etc.), then shoot the ASP pages that have changed down to the client?...more >>

asp force download
Posted by Guoqi Zheng at 1/14/2004 2:13:44 AM
Dear Sir, I made a force download in ASP. For other types of file, everything works ok. but for .txt, .html this kind of file. it always return an error, file not found. can someone point out what I did wrong here? The following is my script strContentType = "application/octet-stream" ab...more >>

Problems with ASP on IIS5
Posted by Darren Bolton at 1/14/2004 1:17:38 AM
We currently have a Windows 2000 Server fully patched up running IIS5, the problem that we are having is that the site stays up for a certain amount of time then it goes down. The only way we can get the site backup is by re- registering ASP.dll Does anyone know what would be causing th...more >>


DevelopmentNow Blog