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 7

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

error running bat file from ASP page
Posted by Rocket Hawk at 1/7/2004 10:20:17 PM
Hello All, I am using windows 2000 server IIS 5.0 i was trying to run bat file from asp page and getting: Access Denied but when i run the bat file from the command prompt on the local server, it's running good the bat file copying files from target computer in the LAN to the local compu...more >>

ASP paging problem
Posted by david at 1/7/2004 7:53:40 PM
Hi I have written code in ASP for paging records from the database (SQL Server 2000). The real problem I have around 10,000 records and it tries to fetch all the records everytime (I'm saying because its take a lot time to display it). Even though, it displays all the data correctly and yo...more >>

CDOSYS and smarthost
Posted by Dune at 1/7/2004 6:52:41 PM
I'm trying to send an email from my ASP page using CDO.Message and CDO.Configuration. I couldn't get this to work for ages and all my emails ended up in inetpub\mailroot\queue. I'm behind a firewall and finally figured out that i have to set the smarthost field for the SMTP Virtual Serve...more >>

asp and http 500 internal error
Posted by Wei.Huang NO[at]SPAM slps.org at 1/7/2004 6:43:36 PM
Hi, I am having trouble with http 500 internal error. I have develope several dynamic pages, it works fine on our intranet server, however, when I migrated into our external IIS server, most of asp pages cann't display with error message of http 500 internal error does anyone have idea on what ...more >>

0x800A0E7D error--don't get it
Posted by middletree at 1/7/2004 5:27:55 PM
I had some text links at the top of all my pages (in one include file), which worked just fine. But I was asked to make it so that people in a certain department, (this is an Intranet app) would see a particular link that nobody else would. You'd find their name by getting their network logon. ...more >>

IFRAME
Posted by Conax at 1/7/2004 4:28:36 PM
Hi, I'm intending to use a IFRAME in one of my ASP page. What I'd like to know is how to prevent user from directly accessing the page that is the source of the IFRAME? E.g. Main page is main.asp Inside main.asp.. <IFRAME src="data.asp"> If someone tried to enter ..mysite/data....more >>

how to save multi-name into one field, and display only one
Posted by rossbai NO[at]SPAM yahoo.com at 1/7/2004 3:19:42 PM
From my system, it allow product has multi-category, so I need to save all category names which one product belong to into one field on a database, and record saved like " nameA|nameB|nameC " - seperate by "|". question 1: the second time when i update the record for same product nam...more >>

how to create a PDF file by asp
Posted by rossbai NO[at]SPAM yahoo.com at 1/7/2004 2:48:26 PM
Hello So, is there anyone can post sample code which cab generate the invoice, also it can be viewed by PDF file online. thanks in advance...more >>



ASP and Browser back button.
Posted by Mike Berger at 1/7/2004 2:06:14 PM
I have a series of .asp pages that a user goes through to <I guess the purpose really doesn't matter>. On each page I have Response.Expires = 0 (which I understand to mean "do not cache this page") On PageInQuestion.asp (in the middle of the series) I use asp code to generate a <select> box...more >>

CDONTS.Send ignored
Posted by at 1/7/2004 1:58:30 PM
I did a working code with CDONTS on NT4 Now I am testing is on w2k and it looks like objCDONTS.Send is completely ignored. I think is it ignored because it throws no errors, neither does the rest of the code setting objCDONTS=Server.CreateObject("CDONTS.NewMail") and then manipulating its pr...more >>

Why does XMLHTTP strip the period from beginning of my lines?
Posted by Ken Fine at 1/7/2004 11:30:19 AM
I'm using XMLHTTP to perform a simple screen scraping job. When I try to have it "scrape" lines with embeded CSS declarations, it renders them incorrectly, stripping the leading period. Consequently, my CSS doesn't work. Can anyone help? Any workaround? Here's how I'm calling it, but I don'...more >>

Get correct percentage
Posted by Conax at 1/7/2004 11:19:29 AM
Hello, This is actually a general programming question but I don't know which newsgroup best to put it so please pardon me. I've always been looking for the best way to get an accurate percentage statistics. For example, in a election scenario: Person A gets 33 votes Person B gets 33 ...more >>

how to seperate the listing in 2 columns by ASP
Posted by rossbai NO[at]SPAM yahoo.com at 1/7/2004 10:57:05 AM
Hello, I am working on a page which listing all product in one page, by should be in 2 column rather than just one. PS: i can do show up all products in 1 column by do while not loop,... can anyone reply with some simple asp code, just the code for seperate the listing in 2 column... m...more >>

Connnect ASP page to Office Thesaurus
Posted by djjay NO[at]SPAM vt.edu at 1/7/2004 9:42:51 AM
Is it possible to connect and asp page to the Microsoft Office Thesaurus? I would like to be able to pass a word to it and get back all of the synonyms as either a string, array, or collection....more >>

How to trigger OnChange or OnClick events for multiple rows in table??
Posted by DS at 1/7/2004 9:23:34 AM
Hi, I can trigger these events successfully if table only has one row: Sub InputField_OnChange() ...... End Sub But, these events cannot be fired if table has more than one row, why? Pls advise solutions. Thanks. My environment: ASP with IIS. DS ...more >>

Additional blank record inserted ?
Posted by david NO[at]SPAM scene-double.co.uk at 1/7/2004 8:59:31 AM
Hi, I have the following code which adds a record to a table: vUser = request.form("user") '(UserID = PK in table) vPass = request.form("pass") vEmail = request.form("email") uSQL = "INSERT OrderStatusAccess (UserID, Password, Email, CustomerID) values ('" & vUser & "', '" & vPass & "', ...more >>

ASP Spell Checker
Posted by Scott at 1/7/2004 7:55:02 AM
Can you use MS Word Spell Checker in Classic ASP or is it exclusive to Word? We would like to incorporate a Spell Checker in our ASP's without having to buy a third party product if at all possible. This will not help anytime soon but for my own curiosity, does any one know if the Dot.Ne...more >>

Modifying PNG Files within ASP
Posted by Kevin at 1/7/2004 7:42:53 AM
Hi.. I have a simple png image file which has a white background and one layer of text. Is there a way in ASP/VB to dynamically change the contents of the text layer? I guess the steps would be to load the image, extract and replace the text, rebuild the image and save to the file s...more >>

IE:Progress bar problem with IFRAMEs
Posted by Offshore Developer at 1/7/2004 6:39:46 AM
We are using a IFRAME in a page. The location of the IFRAME is being dynamically changed by following type of javascript code - frames["MyIframe"].location.href="abc.asp"; It's working.The page in the IFRAME is getting refreshed. But the progress bar in the status bar sometimes doesn't ...more >>

Duplicate PK update problem ....
Posted by david NO[at]SPAM scene-double.co.uk at 1/7/2004 5:35:13 AM
Hi, I have a page which lets me select a user from a list by checking a check box next to the specific user and pressing a submit button. The Check box holds the value = 'UserID'. A new form opens with the selected users details in text boxes for editing if required. There are the following...more >>

Passing data through a Server.Transfer
Posted by Pete at 1/7/2004 3:09:39 AM
Any ideas on how I can set some data in 1.asp, then have 1.asp do a server.transfer (or .execute, come to that) to 2.asp, and have 2.asp access the original data? I'm aware that the Session object fits the bill but want to avoid using this if I can. Having said that, the nature of the data is ...more >>

Recorset Lock Types Not Working
Posted by Colin Steadman at 1/7/2004 1:28:02 AM
Why doesnt this work - rs.Open SQL, connection, adOpenForwardOnly, adLockReadOnly But this does rs.Open SQL, connection, adOpenForwardOnly, 1 If I use the first option I get this error: ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, ...more >>

IIS 5 hangs with Error Code HTTP Error 500-13 - Server too busy
Posted by Bernd Bugomir at 1/7/2004 1:19:44 AM
Hi out there, our Webserver stops working with 'HTTP Error 500-13 - Server too busy'. The Server has at this time over 3000 connections, but the Server isn't busy at all. (The IIS runs with W2K and SP3). Has anybody an idea? TIA Bernd ...more >>


DevelopmentNow Blog