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 > november 2003 > threads for wednesday november 19

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

Windows 2003 Server / CDO Emails - ASP FAQ
Posted by Rob Meade at 11/19/2003 8:33:24 PM
Lo all Ok, had problems sending emails for the first time on the new server setup this evening, found the ASP FAQ article : http://www.aspfaq.com/show.asp?id=2026 Which offered an answer to my problem - however - I then got another error - ASP FAQ once again resolved this : http://www....more >>


using WHERE IN in SQL
Posted by Wilk Teverbaugh at 11/19/2003 8:17:45 PM
How can I iterate through the values returned from the following statement? SQL = "SELECT userID, myUsers, one, two FROM users WHERE userID IN (1,2) " Thanks ...more >>

HOWTO: Server.MapPath to a different server computer
Posted by Dan Sikorsky at 11/19/2003 7:11:31 PM
How do you use server.mappath to update a access database on a completely different computer? One of my websites needs to update a database on a completely different website. Example: My ASP page is on http://www.websiteone.com and I want to update the database on http://www.websitetwo.com ...more >>

Can I get my nt password into a variable?
Posted by yabbadooGOAWAYSPAM NO[at]SPAM bigfoot.com at 11/19/2003 6:08:15 PM
I am logged into nt and running an asp page. I know that I can get my username from the server variable LOGON_USER or AUTH_USER but the AUTH_PASSWORD seems to be empty. Is there a way to retreive the current logged passsword? TIA ...more >>

Alternate Methods of getting last URL client visited? Help
Posted by Drifter at 11/19/2003 5:56:50 PM
Using HTTP_REFERER I cannot capture the URL when the link is made via a button: <input type="button" name="Continue" value="Continue Shopping" onclick="ContinueShopping('http://mysite/supertest.asp');"> I do not control the script above, it is on an e-commerce site that is very generic, mea...more >>

Stats app: change ip address back into domain name?
Posted by M Rush at 11/19/2003 5:43:41 PM
i have a customer that wants to track customers on their site. i can trap the visitors IP address but the customer has asked if this can be converted into the domain name so they can get an idea of where people are coming from. oh, and i cant use COM objects, ive found the scripts to do what...more >>

How do I trap ADO Recordset events in an ASP script (W2K/IIS5)?
Posted by Vince C. at 11/19/2003 5:22:46 PM
Hi. I'd like to trap ADO Recordset object events in my ASP script (either VBS or JS, no preference). I've tried (in VBS) writing a Sub rs_RecordChangeComplete( adReason, cRecords, pError, adStatus, pRecordset ) - rs being a server-side ADODB.Recordset object - but it doesn't get called wheneve...more >>

Session Variable For A Sequel Trigger
Posted by GJones at 11/19/2003 4:49:02 PM
Is there away to capture a session variable value from IIS and use it in a SQL 2000 trigger with out passing it as a part of a string query. I just want to capture it somehow systemically. Thanks, Greg ...more >>



dynamically display the fields
Posted by J P Singh at 11/19/2003 4:17:17 PM
Hi All I have been given the task to create a search page to search on of the tables in the sql database. I have been asked that the user should be able to search any field(which I have done) but he should also be able to customise the form to display or hide any feilds in the results. M...more >>

Retain values on the form when posting back to itself
Posted by J P Singh at 11/19/2003 4:08:54 PM
I have simple form where user enter the search criteria and the form is posted back to itself and runs a query based on the values that are entered. Everything is expect the values that the user enters disappears everytime the form is refreshed when posting it to itself. Is there anyway I ca...more >>

Help With HTML & ASP
Posted by JJY at 11/19/2003 2:27:25 PM
Hi. I have an index.asp which consists of frameset and frames. The sub-frames also consists of frameset and frames. This way, I can set the layout of my webpages. In one of the frames, I load Login.asp. When it is submitted to doLogin.asp, I validate the login information. When I valid...more >>

ScriptTimeout Error
Posted by ssk NO[at]SPAM chol.net at 11/19/2003 2:00:37 PM
Hello! I made an ASP page which converts big data from a CSV file to SQL Server. It takes so long like an hour. So in the page I wrote the following line. Server.ScriptTimeout = 100000 But the pages gives an timeout error after about 40 minutes. When I tested it with empty infinite loo...more >>

Give me a javascript function that updates a DIV from a database every minute
Posted by Jeff Clark at 11/19/2003 1:11:15 PM
I have so asked this question. Let it so be answered. ...more >>

how do arrays work?
Posted by middletree at 11/19/2003 11:34:26 AM
OK, you pros out there are rolling your eyes at the subject line, but I have never had to use arrays before. The scenario: ASP Intranet app keeps track of trouble tickets for a tech support group. Table called Ticket has one row per ticket. Table named History has 0, 1, or many rows per ticket....more >>

include file or database
Posted by Bryan Harrington at 11/19/2003 11:21:55 AM
I'm working on an application that I will make use of "constants". I put contants in quotes becuase they will change periodically (Logo path, css path, psw expiration times etc). From a system admin standpoint does it make sense to put them in a constants file, or put them in a database? My da...more >>

email notfication
Posted by Dhiren Patel at 11/19/2003 11:11:01 AM
Hi, How can I receive email notification when recipient open his or her email? I have a code which work for MS Exchange server. I am not able to receice email notification from Yahoo, Aol and other provider. Any experience? Thanks, Dhiren *** Sent via Developersdex http://www....more >>

Using CDONTS to logon the IIS SMTP server
Posted by Chris Kennedy at 11/19/2003 11:07:01 AM
Is it possible to logon to the SMTP server that comes with IIS from a machine other than the actual server. Ideally I would want to put some VB Script in an SQL Server Job Schedule or an ASP page that uses CDONTS and use it to pull the emails into the database. The SQL Server is on another mach...more >>

Submit form using method="post" to target="_search"
Posted by sergiopcarvalho NO[at]SPAM netc.pt at 11/19/2003 10:10:59 AM
Hello all, I want to use the POST method to submit the form and then grab the parameters in the asp file with request.form("parm"). The problem is that I am using the _search target to open the asp page. When I use _blank target there is no problem, either I use GET or POST method. But wh...more >>

Search Page.
Posted by Ram Raju at 11/19/2003 8:59:08 AM
Hi All, I am trying to create a search page. I have few hundreds of word documents in my server. I am giving the user a text box to enter the text to search within these word documents. when the user enter "xyz", all the word documents that contain xyz should be filtered. Can any body please g...more >>

ASP pages stop responding periodically
Posted by Jonathan at 11/19/2003 7:59:47 AM
Running IIS 5.0. Running both .NET and ASP pages. Every several weeks all the ASP pages stop responding. Nothing is displayed. No events show up in event logs showing that the server is having problems. .NET and static HTML pages continue to respond. Restarting the world wide web publishin...more >>

Downloading to Client from ASP
Posted by TonyW at 11/19/2003 4:24:24 AM
Hello, I am developing an app that has a reporting function which displays the non-PDF reports. One of the users wishes to have the reports saved to his machine as PDFs. The app can convert the reports, and save to the server with no problem (uses a component for this). The problem is,...more >>

VBScript and JavaScript on same page
Posted by Mark Sargent at 11/19/2003 4:02:10 AM
Hi All, I want to pull data from a number of tables, Categories, SubCategroies and then place into JavaScript drop downs and have the options in the second drop down change upon the selection from the 1st drop down. Is this possible.? How is it done..? Arrays..? Cheers. Mark Sargent. ...more >>

Need Some rerouting code... puhleasse
Posted by Drifter at 11/19/2003 1:50:00 AM
I have just picked up a little hobble to fix some code for an e-commerce site (older). It uses Aliant as the Secure Transaction server (if familiar with it you will just shiver). Problem is the secure server picks up the URL where you came from, in my case this is a product screen - a single pro...more >>

Schedule s task in VB/ASP
Posted by Stephen at 11/19/2003 1:39:54 AM
Hi All, I'm trying to find a way where I can schedule a task to be run within a web site, either in VB (COM) or within the web site (ASP). What I want to do is to run a daily scheduled task which will cleanup a desired folder within the web site. As I say, this must be an automated sc...more >>


DevelopmentNow Blog