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 > december 2003 > threads for december 1 - 7, 2003

Filter by week: 1 2 3 4 5

simple (?) connection problem
Posted by middletree at 12/7/2003 11:04:57 PM
Trying to build a dropdown from the values in an Access database, but can't get past this error. Should be easy, but I can't make it work. First, the code: 1. <select name="Gift1" id="Gift1"> <option value="" selected>-Select One- <%Set RS = Server.CreateObject("ADODB.Recordset") ...more >>

toggle two different language
Posted by brad at 12/7/2003 8:32:30 PM
What's the best way to toggle two different language on the web site using asp. Some web sites seem to store html links in database and call it on demand. Please advise and show the best way to program it. Many thanks in advance! ...more >>

SMTP
Posted by Steven Burn at 12/7/2003 6:59:14 PM
My server has POP but only has SMTP if sending to my domain, and not other domains (such as hotmail). I'm therefore wondering, if anyone knows of any scripts etc, that will allow me to have a sort of "virtual" SMTP server on my site?. (I really can't afford to use a third party SMTP mailer). -...more >>

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Posted by Mark Sargent at 12/7/2003 6:32:39 PM
Hi All, what does the below error mean in plain English..? Cheers. Mark Sargent. Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x2d0 Threa...more >>

sending email
Posted by david at 12/7/2003 2:58:18 PM
Hi I have written a code to send email through asp. I want to make particular text bold or underline in the main body of the message. Any help would be apreciated. Cheers David ...more >>

Access Virtual Directory with Application_OnStart
Posted by Mark Hoagland at 12/7/2003 2:57:13 PM
I've got a scenario with a web application where I must access the virtual directory being accessed from within the Application_OnStart event handler. Specifically, I have a series of IIS virtual directories which all point to the same set of ASP pages. However, since each virtual director...more >>

AspUpload issue
Posted by Laphan at 12/7/2003 12:40:47 PM
Hi All I've developed a simple upload section of my site that allows the user to upload mp3 audio clips of new bands. I've used AspUpload v2.0 as this is provided by my ISP, but even though these clips are no more than 500KB in size, the server is generating timeout errors. I asked my IS...more >>

How to redirect with param
Posted by Don Grover at 12/7/2003 8:40:39 AM
In asp page how can I do this, can't seem to get it right iInvNum = 123456 Response.Redirect "mypage.asp?invnum=iInvNum" ^ wrong here Don ...more >>



Strange value returned from recordcount
Posted by Jeff Boyer at 12/6/2003 10:26:19 PM
Hello everyone, Can someone tell me why a ADO recordset.recordcount would return a -1? I have confirmed that it has records in it by writing some values to the screen. Why can't I count the number of records returned though? Please help, Jeff P.S. I am using VBScript for my code connecting...more >>

Ping Clever Thinkers!!
Posted by Laphan at 12/6/2003 7:11:08 PM
Hi All I know its a strange subject, but I think I need help with the logic rather than the actual coding bit. Basically I created a secure order system using an Access DB and ASP. I used the standard routine of display a list of the orders with the minimum info, eg order number, date, cus...more >>

HELP: setting focus asp:textbox in a user control
Posted by Jesper Dannemamm at 12/6/2003 5:40:20 PM
Hi I am having trouble setting focus on I tried using this script in the usercontrol's page_load sub to set focus on a textbox with the ID = "user_name": Page.RegisterStartupScript("focus", "<script language=""JavaScript"">document.getElementById.user_name.focus();</script> ") I get an ...more >>

Setting up MSDE 2000 Release A on Windows XP Professional
Posted by Nathan Sokalski at 12/6/2003 2:02:12 PM
I recently downloaded and installed (hopefully correctly) MSDE 2000 Release A. I previously, and still do, have the version of IIS that comes with XP Professional installed on my computer. I wanted MSDE 2000 Release A so that I could do database access using ASP from my websites, which are on my ...more >>

How can I obtain a list of available server objects WITHOUT Admin?
Posted by Tony Archer at 12/6/2003 12:04:43 PM
I am trying to build a site for a group which already has a hosting company. I would like to try to find out which objects are available for use to me. I do not have admin access to the NT box. Obviously I have permissions in my area of the server. I know I can test for specific objects but...more >>

persists.upload.1
Posted by Thomas Brooks at 12/5/2003 9:18:20 PM
Hi there.... I have an ASP routine that I'm writing which updates an Access database with a user name, the file name, etc. all done through parameter processing and SQL functions. I do not use any HTML form processing at all, i.e. <INPUT TYPE="FILE" etc...> processing. In actuality, I'm no...more >>

ASP Sessions and Web Gardens
Posted by Andrew Durstewitz at 12/5/2003 8:28:17 PM
I'm working with a Windows 2003 IIS 6.0 Server with 2 2.8Ghz HT processors (4 Proc to the server because of the HT). My problem I that I have web garden turned on and can't get the sessions to stay. I am new to IIS 6.0 so I don't know much about the whole web garden thing. However, my entire...more >>

Jason Gilbert, CTO of CyberCoders.com, passed away
Posted by Heidi NO[at]SPAM CyberCoders.com at 12/5/2003 6:29:00 PM
Hi everyone, Jason Gilbert, a regular poster to this forum, passed away in his sleep on Thanksgiving morning. He was only 33, and is survived by his 4 daughters. Just thought that those who new him, would like to know. He was definitely an exceptional CTO and friend. Take care, Heidi...more >>

CDO.Message.1 error 80070005
Posted by spai NO[at]SPAM immunetolerance.org at 12/5/2003 4:06:52 PM
Hello there, I am trying to send a attachemnt using CDO when I try to attach a file to the message, I get the error CDO.Message.1 error 80070005 Access denied It sends the email but I get a .dat file in the attachement and gives me eroor If I send an email without attachment it w...more >>

redirect to correct page
Posted by shank at 12/5/2003 1:46:52 PM
I have a few pages that require login to access. Assuming a user clicks a link containing a variable trying to access a password protected page. That user is redirected to the login page. After login, he's brought to a "logged in" page. How do I retain the original link he clicked and instead of ...more >>

IIS Crash - Out-of-process ISAPI extension request failed
Posted by MKPrasad at 12/5/2003 12:55:52 PM
Hi, We are running ASP application in our Production environment on "Windows 2000 Advanced Server" SP4 , IIS 5.0. Occationally We see a IIS crash, with the following info on Event Log *********************** Event Type: Warning Event Source: W3SVC Event Category: None Event ID: 37 Dat...more >>

email with attachment
Posted by Virgin Mary at 12/5/2003 12:29:18 PM
Hello, I am a TOTAL newbie so please don't feed me to the lions. I have a 2000 server running IIS 5. I need to send approximately 10000 emails to recipients from an excel spreadsheet with a small word document. These are requested emails, no spamming. I don't have a clue as to where/how to...more >>

Help: Form Validation
Posted by Bill Kearns at 12/5/2003 12:14:59 PM
Hi All, I have a simple asp info request form on my site which sends mail using JDONT. Is there any way I can redirect the user to a different confirmation page based on their e-mail domain? example: anyone@aol.com would be redirected to confirmation1.asp while anyone@yahoo.com would be redir...more >>

What's wrong?
Posted by Oli at 12/5/2003 11:09:09 AM
Hi URL in address bar: http://localhost/edituser.asp?pID=1 SQLQuery = "SELECT * from Applicant WHERE pID="' & Request.Querysting('pID') & '" But it only gets: SELECT * from Applicant WHERE pID= This is only simple but is causing me a headache! Any ideas?? TIA - Oli ...more >>

ASP pages fail, http works fine
Posted by Rick Hawkes at 12/5/2003 11:07:23 AM
Has anyone seen these symptoms? Running IIS 4.0 on NT 4.0. Service packed and updated to the max. Reboot system and everything works fine. After some undetermined period of time (between 10 and 36 hours) asp pages stop working and just hang. Normal HTML pages work just fine. When w...more >>

ISP Billing System
Posted by Scott at 12/5/2003 10:48:22 AM
Not sure if this is the right place to post this or not, but I am in the process of trying to find a Web Hosting/Isp Billing system that is reasonable in price and uses Access or SQL Server for a backend DB. I have found a couple that seem to do what I want, but are using FILEMAKER for their DB...more >>

ASP Server 500 Error
Posted by cain at 12/5/2003 10:31:41 AM
HI, I am getting the following error, and after searching for several KB articles, I have bee unsuccessful. Not even a clue. VBScript runtime (0x800A01AD) ActiveX component can't create object: 'Server.HTMLStuff' /asp/server.asp, line 3 Here's the code I am trying to run, which the "S...more >>

NS7 renames filename (forced download)
Posted by d. at 12/5/2003 10:07:27 AM
I coded a simple asp-script to force a file-download. (ex. dummy.doc) In IE6, NS4.7 and Opera 7 everything works fine and the file can be easily downloaded... But NS7 renames the filename in the dialogue-box to dummy.doc.asp How can I prevent that? thx d. ...more >>

=?ISO-8859-1?Q?propriet=E0_EnableSessionsDefault?=
Posted by federica549 NO[at]SPAM supereva.it at 12/5/2003 9:58:05 AM
Ho visto che su Interdev si può impostare per un progetto ASP la proprietà EnableSessionsDefault a true o false.Qualcuno sa dirmi che effetti ha?E quali le conseguenze? Grazie!...more >>

Email, ASP timeout and web host
Posted by JRV at 12/5/2003 9:56:29 AM
I'm sending emails to a database of 2000 people (that will be double that in the future). My web-host provides ASPQmail. I have to send the emails out in groups of only a few hundred at a time to avoid the page timing out (I have set the timeout value to a very high value). Once in a whil...more >>

Regarding RTC
Posted by Pradeep at 12/5/2003 3:59:54 AM
I am going to start to work on Instant Messaging using RTC. Since i haven't worked on it I dont know much about RTC. My requirement is to send instant message to a user by specifying their hotmail account. I did write a vb program using Messenger API, which runs as an NT service to do th...more >>

Beginners question - textfiles
Posted by r15h NO[at]SPAM yahoo.com at 12/5/2003 3:03:40 AM
Hi there, I was wondering if anyone could help me with this little problem. I am running a Windows XP platform with IIS. I am using the following code through Localhost to create a textfile:- <% Set fs = Server.CreateObject( "Scripting.FileSystemObject" ) Set textFile = fs.CreateTextFile(...more >>

Reg: Password field in Charset=UTF-8
Posted by Lakshmi Narayanan at 12/4/2003 9:16:17 PM
Hi experts, My problem is, for password <input name="password" type="password"> element the size given is 20. For another one <input name="username"> is also 20. But in browser the size differs for Charset="UTF-8" only. How to make equal in display? the sample is here: <%@LANGUAGE="VB...more >>

Page cannot be displayed
Posted by rathnesh at 12/4/2003 9:01:16 PM
when using a web application which includes taking an asp page then going to another asp page and coming back to first page ...some times connection to iis gets terminated and page canot be displayed error comes ..this error does'nt comes on a particular page .please help me to solve this...more >>

Just wondering
Posted by Steven Burn at 12/4/2003 5:48:43 PM
Just wondering if it would be possible to convert an existing e-mail form to; 1. Send the e-mail (as it does now...without problems) 2. Copy one folder on the server, to another new folder Using the username from the e-mail form, as the new foldername? -- Regards Steven Burn...more >>

How can I use onchange event
Posted by Jack at 12/4/2003 5:30:17 PM
Hello, I wrote this code: <%@ Language=VBScript %> <% Response.Write "<SELECT id=Customer name=Customer onchange=""text152='abc'"">" Response.Write "<OPTION value=1>One" Response.Write "<OPTION value=2>Two" Response.Write "<OPTION value=3>Three" Response.Write "</SELECT>" Response.Wr...more >>

option explicit error
Posted by biro man at 12/4/2003 4:39:54 PM
I have a dynamic database driven page that I have been working on and tweaking etc until I have got it to work pretty much the way I want it to. I also have a defined website. I wish to include the new dbase page in the exisiting website and keep the "feel" of the exisiting website. So I tho...more >>

server.mappath method - please help
Posted by sean at 12/4/2003 4:12:12 PM
Hi There, I need to map a path to my database file automatically, if I move the application to a different direcotry level I still have to write part of the path to get the application to work. Is there anyway I can translate the directory path and place inside the mappath function so I don...more >>

ASP include problem
Posted by david at 12/4/2003 4:03:15 PM
Hi How to include asp page that resides on other server??? I have put below code but this returns error as file not found. <!-- #include file="http://www.abc.com/menu.asp"--> Another alternative is frame, we can specify source of frame but I don't want to create any frames. Please dont th...more >>

Radio Button List Question
Posted by Poppy at 12/4/2003 2:48:00 PM
I have a radio button list value = 1, text = "Option 1" value = 2, text = "Option 2" It might soung stupid but how do I get the first item to display if I enter the number 1 and the second item if I enter the number 2. Cheers Big Ears ...more >>

How can I redirect
Posted by Jack at 12/4/2003 2:23:22 PM
Hello, I wrote this code: <%@ LANGUAGE=VBScript %> <% Response.Write "<INPUT id=button11 name=button11 type=button value=Button11 LANGUAGE=vbscript onclick=""abcd()"">" Response.Write "<BR>" %> <SCRIPT Language=VBScript> function abcd() Response.Redirect("http://192.168.1.31") end f...more >>

Inserting Random Passwords into Database
Posted by Miranda_Johnsen NO[at]SPAM hotmail.com at 12/4/2003 2:17:05 PM
Hi, I have a ASP/vbscript program that generates random passwords. The problem is I need to insert those passwords into an Access database of 327 clients. I have the random password program generating the 327 passwords, but have had no luck inserting them. ====================================...more >>

HTTP to HTTPS redirect
Posted by Bob Hansen at 12/4/2003 1:39:57 PM
I am using the following code in my default.asp page to redirect the page from HTTP to HTTPS <% if Request.ServerVariables("HTTPS") = "off" Then Response.Redirect("https://" & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("URL")) End if %> I got the cod...more >>

Query?
Posted by Oli at 12/4/2003 1:39:27 PM
Hello today! Right - hopefully this is the only question of the day. I have a database where the default value of "AllocatedTo" is "0". When AllocatedTo corresponds to a company name in the session then the user can see the value. What I need to do is to allocate to a user, have a textbo...more >>

ASP 4.0?
Posted by terje at 12/4/2003 1:38:36 PM
Had a dream last night. ASP 4.0 was released with lots of new functionality. It was based on the old ASP syntax and was now Open Source lead by some of the smartest people in this group. terje :-) ...more >>

HTML POST command from ASP (classic)
Posted by Richard at 12/4/2003 1:06:44 PM
Does anyone know how to do a POST command (to a CGI script) from within an ASP page and then parse the return string that is in "text/plain" format? Many thanx in advance... Regards, Richard...more >>

progress bar indicates the page is in downloading, but it is already finished
Posted by alex at 12/4/2003 12:08:13 PM
Hello, everyone, Thank you in advance. My web application behavies like this: 1: in menu frame, user click any button, 2: the page is downloaded. 3: but the progress bar indicates the page is still in downloading, and it may take 10 seconds, and may not reach to 100% forever. W...more >>

ASP doesn't run
Posted by Rajan Moorjaney at 12/4/2003 11:56:49 AM
HI All, I am using Windows XP & IIS. I have the application folder with wwwroot. I also=20 1. clicked on 'Create' for Application Name to be the name of folder=20 2. Permissions: Execute Permissions: Script & Executables. But ASP doesn't run and when I do 'View Source' I see the ASP ...more >>

reading multiple select
Posted by jochen scheire at 12/4/2003 10:53:43 AM
Hello, I use a multiple select in a form in an asp page. When I go to the target page, I want to be able to read out the items selected on the previous page. How can I do that? <form method="post" action="compare1.asp" name="Compare"> <select name="motorcycle" multiple size="20"> <%Whi...more >>

Random Record Selection from Access 2000
Posted by Jamie Fryatt at 12/4/2003 9:49:07 AM
Hi Guys, i have an access database with 5 records in and i need to show them in a random order every time the page is refreshed or reloaded. i've searched round and tryed no end of code but nothing seems to work. i just need something really simple that selects a random feild from my DB. S...more >>

Session Expire immediately
Posted by Krish at 12/4/2003 9:10:41 AM
Session expiring immediately. what could be the reason ? Thanks, Krish ...more >>

can ASP table display 200 columns, 500,000 rows?
Posted by Rich at 12/4/2003 8:37:06 AM
I'm sure it sounds kinda nutty to display 200 columns and 500,000 rows of data. But I have been pulling data from a Lotus Notes database into Sql Server for a while now, but Lotus Notes is starting to crack, columns getting corrupted. Can't handle the volume of data and number of columns...more >>

SSL Response.WriteBinary problem
Posted by Adam B at 12/4/2003 7:48:28 AM
Hello. I'm writing an aspx page that reads a file from disk and writes the file out through the Response.WriteBinary() method. This allows me to support security and custom reports for various users. I am adding the MIME type for the type of file that I am writing out to the response. ...more >>

CDONTS problem
Posted by Antknee at 12/4/2003 6:32:31 AM
Hi. I have a Win2k SP4 server running Exchange 2000 SP3 and IIS 5. I am trying to implement a simple asp page that sends email using cdonts. No matter what script I try I get the error: Microsoft VBScript runtime error '800a0046' Permission denied filename.asp, line 36 That line is...more >>

CDOSYS
Posted by Oli at 12/4/2003 3:05:17 AM
Hi Using CDOSYS to send email: [code] strHTML = strHTML & "<td><b><font face=Verdana size=1 color=#FF0000>&nbsp;<%=RSlist("pNumber")%></font></b></td>" [/code] This does not work! Putting <%=RSlist("pNumber")%> in above give the error: Error Type: Microsoft VBScript compilation (0x80...more >>

Customer to enter text into a page
Posted by Roger Withnell at 12/4/2003 2:11:22 AM
My customer needs to be able to change some of the text on a page from time to time. She can do this using a form's text area but I'd prefer to design so that she can prepare the text in her PC and then upload it to the page. How can I do this?...more >>

Using Crystal report in asp
Posted by Pratap at 12/4/2003 2:08:41 AM
Hello All, How can i include crystal report in ASP? Please help Me in getting this. Thank a lot....more >>

Hosts
Posted by Andy at 12/3/2003 10:43:55 PM
I am with Brinkster at the mo. Can anyone recommend anyone better? I am specifically looking for cheaper (than Brinkster) MS SQL support or My SQL. Thanks for your time. Andy. ...more >>

print from txt file
Posted by Oli at 12/3/2003 6:42:40 PM
Hi, Ok, last question of the day! Can I have the contents of a *.txt file simply being printed on a page (presumably by using response.write)? Many thanks for all your help today, Oli ...more >>

asp .et web server error
Posted by mark at 12/3/2003 5:31:10 PM
I am having an issue with trying to get IIS to run asp .net 1.1 for .net. I need to figure this out, otherwise I can't work with the book. The exact error message is "Visual Studio .Net has detect that the specific web server is not running asp .net 1.1. You will be unable to run asp.ne...more >>

Date (easy one)
Posted by Oli at 12/3/2003 5:13:39 PM
Hi Again <% Response.Write "" & FormatDateTime(now,2) & "" %> Gives me the date in MM/DD/YYYY. How can I reformat this to DD/MM/YYYY? TIA Oli ...more >>

Copy information from one part of a form to another
Posted by Mike at 12/3/2003 4:50:27 PM
I have a form that has a place for "Customer" and "CO-Customer" information. I want to put a button by the CO-Customer section that will copy the Address information from the Customer. Do I have that button be a Submit button that posts the information back to the form and the writes it? ...more >>

Refering URL in a '404 Not found' page
Posted by Rajan Moorjaney at 12/3/2003 4:34:34 PM
Hello, I know that I can get the refering URL using=20 Request.ServerVariables("HTTP_REFERER") but how can I get the URL if the page no longer exists and so is being = redirected to '404 File not found' page. e.g. this hypothetical link is no longer valid http://www.abcd.com/HTML/03...more >>

FAQ: our 500th Article!
Posted by Aaron Bertrand - MVP at 12/3/2003 3:43:29 PM
Well, doesn't seem like much, but just wanted to tell everyone: I'm a little giddy that my meager little site is now 500 articles strong! That's about 100 articles a year, or an article almost every other work day. I wanted to say thank you very much for your donations and feedback; I'm still...more >>

Set session variables
Posted by DS at 12/3/2003 3:11:00 PM
In client-side script (<script> codes </script>), how can set / get session variables' values? Pls advise. DS ...more >>

SQL Statement Error?!
Posted by Oli at 12/3/2003 2:30:54 PM
Hi, Im trying to use a sesson statement within an SQL Statement: sql = "SELECT * FROM tblNumbers WHERE AllocatedTo=" & Session("Company") & "" And get the error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E10) [Microsoft][ODBC Microsoft Access Driver] Too few param...more >>

Print solution
Posted by Mark Goldin at 12/3/2003 2:12:50 PM
I am trying to implement a printing to file solution of a html page on the server. What I have is a form with a IE control that loads the page I want to print to. I am using execWB command for printing. Printer's port is set 'To file'. Everything works fine when I am running that component from...more >>

error when using update query
Posted by Jimmy Tran at 12/3/2003 1:20:41 PM
Hello, I am doing a bmw tracking project for school using asp and access2000. on my search.asp page, I can search for a particular bmw and order it if i want. It works fine when i do select query to get data. But when I try to order a bmw(using update query), it gives me this message error: Err...more >>

Collecting information from a webpage
Posted by Tim at 12/3/2003 1:06:16 PM
I have an interesting challenge in front of me and I am not sure where to begin. I need to accomplish the following: While a user is visiting our website, I need to launch a process to capture data from a provider's web page, collect some data related to the information our visitor is ...more >>

ADSI users and passwords
Posted by MeAndI at 12/3/2003 12:59:05 PM
Hi to everybody, I am using the ADSI objects to retrieve groups and users informations. If possible, how can I retrieve the user password? I've search in Microsoft.com but I find only the SetPassword function (that of course changes the user password) Please help ...more >>

how to format foreign Currency?
Posted by Hung Huynh at 12/3/2003 12:41:32 PM
Is there an easy way to change Currency formatting from USD to EUR (use comma as decimals delimiter instead of period)? I'm using Windows 2000 Server/IIS 5.0 in English. I'm serving both USD and EUR dynamically from the same source codes. I'd like to change Currency formatting automatically wh...more >>

ASP & SQL help
Posted by *** HAWK at 12/3/2003 12:16:41 PM
I previously posted but didnt have much response. I have written out what exactly I am trying to do with my ASP site again but hopefully clearer. I am making a site will emulate something like hmv.com or cdwow.com - a website that allows users to view information of albums that are stored in a ...more >>

HTML/ASP Form Paste
Posted by Andrew Durstewitz at 12/3/2003 11:50:29 AM
Hi! I'm using ASP and HTML for a form. I'm having a major issue with users copying from MS Word or Work Perfect into my text boxes. What I want to do is top this with either html, javascript, or asp. Any ideas? Andrew J Durstewitz ASP,ASP.NET Developer *** Sent via Developersdex http:...more >>

Indexing Service IIS 5.0 to IIS 6.0
Posted by Jay at 12/3/2003 11:34:19 AM
Hello all. I've recently transferred our web sites from a Windows2000 server to a Windows2003 server. The transfer went almost flawless until I noticed that our search function isn't working anymore. I'm using an ASP script to use the Indexing Services and have set up my catalogs and directori...more >>

HTTP Status Code 400 w Redirect
Posted by Don Miller at 12/3/2003 10:35:17 AM
I used a Response.Redirect "page.asp" as the last command in ASP code that processes a submitted form from an Adobe PDF form (using HTML format). For some reason, if there is any linked file (image, stylesheet, javascript) in the target "page.asp" IE hangs until you press Escape. With Refresh, th...more >>

Some of JPG files refuse to show up in the ASP page
Posted by at 12/3/2003 10:13:22 AM
Although this question does not belong in here, I hope someone help, as I do not know where to send it, but someone here might have come acros similar problem: Some of JPG files sitting in the same folder show up OK on an HTML page, while the other do not as if they are not there or their name ...more >>

Coding to allow an administrator to upload and display documents
Posted by Roger Withnell at 12/3/2003 9:23:48 AM
I would like a site administrator to be able to upload documents to be displayed in the body of web pages. Please advise what choices I have. I would like the Administrator to be able to use whatever word processor is available on his or her PC and then convert the document into a common...more >>

problem with getting out of disk space error when viewing asp.net pages
Posted by Jas Shultz at 12/3/2003 9:06:07 AM
I'm using Win2K3 Enterprise edition with the latest .NET framework installed. I have this problem with getting "out of disk space" errors. It doesn't happen all the time but it does happen. When I installed Sharepoint Services I got the error and had to reboot and then everything was fine....more >>

Help Please!
Posted by Eric at 12/3/2003 5:58:08 AM
I know this is the wrong forum for this question but I dont know where elese to post this. I'm having trouble with webbots in FrontPage 2002. How do I edit the Nav in FP 2002? I can only see the properties when I Right Click. The Nav was auto generated when I ran the Wizard to create a sit...more >>

Calling URL and getting data back in. Use ADODB.Stream????
Posted by rbrown NO[at]SPAM edium.com at 12/3/2003 4:04:44 AM
Hi All, I am creating an interface into a Payment Gateway. I need to access a URL (which is a perl script) with paramters attached. I will then get a response within 10 seconds with information I need to formulate into my pretty asp page. I didn't know where to start but I have read alot ab...more >>

Incorrect SQL Syntax ??
Posted by david NO[at]SPAM scene-double.co.uk at 12/3/2003 3:25:17 AM
Hi, I have taken some SQL taken from a query in Access 2000, but I cannot seem to get it working correctly in my .asp page. strQuery = strquery & "FROM Schedule_Selector INNER JOIN ((Orders INNER JOIN (StockMovements INNER JOIN OrderLines ON StockMovements.JobNumber = OrderLines.JobNumber...more >>

ADODB error - please help?
Posted by Mark at 12/3/2003 12:40:27 AM
Hi - Can anyone please help with the error message below - server is XP Pro, and the ASP code it is failing at is (set MM_rsUser.ActiveConnection... as below): <% MM_valUsername=CStr(Request.Form("username")) If MM_valUsername <> "" Then MM_redirectLoginSuccess="fixit_ebase.asp" MM_redi...more >>

Attach error
Posted by cain at 12/2/2003 11:43:18 PM
Hi, I'm new to ASP so bare with me here. I just coded a page and I'm getting an error on line 3, which is the attach line. According to the references I have, this is the correct way to do it. Am I missing something? Let me know what you think. Any suggestions would be greatly appreciate...more >>

how do I do a redirect from an .exe link?
Posted by Larry at 12/2/2003 11:36:34 PM
Hi, one of my downloadable programs is redundant but there are still a bunch of links out there that point to the .exe directly ... how do I redirect the browser to another url when someone requests the .exe file? TIA Larry ...more >>

Please Help Out .. Db Problim
Posted by Stefan Vorster at 12/2/2003 11:11:56 PM
Ok i have a table in a database that looks like this Id , user , Time 1 test 200312341 2 test 324234234 3 userna 232837872 But i just wanne show on the page test userna How can i do that...more >>

How to call functions outside server-side script?
Posted by DS at 12/2/2003 10:19:48 PM
As subject. DS...more >>

Is there an IDE for ASP???
Posted by Matt Slay at 12/2/2003 9:07:44 PM
In what application does one write all these ASP programs? NOTEPAD? All the examples of code I see are all just text. Is there not an IDE interface, such as what VB or Visual Foxpro has for designing the web pages layouts,adn adding all the fuinctionality into the command buttons? Or does on...more >>

shopping cart
Posted by ning at 12/2/2003 5:16:10 PM
Is there good shopping cart tools for ASP code ...more >>

asp and activeperl on same iis5.0 machine
Posted by bbxrider at 12/2/2003 4:11:18 PM
i'm new at this so, please bear with me win2k adv serv, iis5.0, front page extensions installed, activeperl installed can asp and activeperl coexist on the same iis server? the install for the active perl didn't have any notes about asp and none of the iis settings had to be changed that i re...more >>

Where is the best place to create ASP pages
Posted by GhislainTanguay at 12/2/2003 4:03:48 PM
Hi everyone, i work on a ASP (Not .NET but version 3) project. This project is on our server for development. I use SQL-SERVER, IIS and VB for DLL. On the server i have create a folder with my project name "Aptitudes" under inetpub/wwwroot/. I recently talked with an external consultant and...more >>

Redirect Hangs with Linked Files
Posted by Don Miller at 12/2/2003 3:18:24 PM
I have an ASP script that is called from a PDF form to process form data. On the last line of the script I have a Response.Redirect "webpage.asp" that leads to another target page with actual HTML. However when I start this process (by submitting form data) even when I comment out the processing ...more >>

Multiple global.asa ?
Posted by FaYYaZ at 12/2/2003 3:04:48 PM
Hi All I have one application folder containing all ASP code files. I want host multiple sites pointing to same code. Can I do this ? If YES then how I can assign diffrent global.asa to each application..... Regards Fayyaz ...more >>

ASP code error with SQL server databases
Posted by amit.kela NO[at]SPAM colorado.edu at 12/2/2003 2:41:05 PM
Hey, I am getting the following error when I try to delete the contents of a recordset under a condition statement. Is there any way I can delete them without running into this error? I need to delete the contents in the recordset 'rs' to delete the items from the shopping cart once the o...more >>

Uploading a file
Posted by cesar NO[at]SPAM escorcia.net at 12/2/2003 2:35:42 PM
I am trying to upload a file from one server "A" (ADSL 64k) to another server "B" (ADSL 128k) and it starts (I am using a script with ftp -s scriptname.txt) and since I have "hash" as one of the flags I can see that the file is being transfer but when the script is done server "A", the file diss...more >>

firing an app at the server
Posted by Gonzosez at 12/2/2003 2:06:08 PM
I can fire an app at the server using wshell.run but how can i pass information to the application? ...more >>

global.asa
Posted by FaYYaZ at 12/2/2003 1:20:48 PM
Hi All I have one application folder containing all ASP code files. I want host multiple sites pointing to same code. Can I do this ? If YES then how I can assign diffrent global.asa to each application..... Regards Fayyaz ...more >>

Spawning asynchronous server-side scripts
Posted by news NO[at]SPAM chthonic.f9.co.uk at 12/2/2003 11:03:03 AM
I need to start a lengthy file copy process going on our intranet server from a .asp page. Since the .asp cannot wait for this to complete - it might take anything up to half an hour - I've been trying to use wshShell.Run to start a .wsf script running on the server itself: ignore = wshShell....more >>

Logging in shows 2 different logins
Posted by Fox at 12/2/2003 10:39:24 AM
Hi, Windows 2000 Server IIS 5.0 These logins are via web site. I have several folders where I need to log in. I am also using Request.ServerVariables("AUTH_USER") in some of the files to further control security. When I go to this one folder it is logging me in as "fox" the other fol...more >>

Passing parameters from one form to another
Posted by Mike at 12/2/2003 10:28:47 AM
Is there code that I can use to 'repeat' code. For example: I have a form that has about 30 fields on it. I then submit it to another form that has about 20 fields on it. I then submit the second form to a third and so on. During this process, I pass all of the fileds as Hidden Fields. My c...more >>

Create a search mechanism in my web site
Posted by jyoti at 12/2/2003 9:15:38 AM
I like to develop a search mechanism using asp in my web site. This key word search mechanism will search the keyword within my web site and return the urls that matches keywords. Any sample code or tool would be good. Thanks for your time. ...more >>

Page load never ends
Posted by Bob Murdoch at 12/2/2003 8:33:42 AM
I have a relatively simple ASP page written in javascript, that basically contains a table, a dropdown list populated by a query, and a button. The problem is that when first navigating to this page, the progress bar in IE only shows the page as being 10 or 20% complete, even though the page ha...more >>

Tables - server-side vs. client-side?
Posted by bill_sheets NO[at]SPAM hotmail.com at 12/2/2003 8:26:32 AM
I am starting to build quite a few pages that will have tables of data from an SQL database. I have been building the table rows on the server side in VBScript, but I have been thinking about having the VBScript code just build array variables in the <head> section (or as local variables),...more >>

ASP Script Timeout
Posted by randyweb NO[at]SPAM yahoo.com at 12/2/2003 6:53:36 AM
I occasionally am getting a script timeout while using an ASP database connection. Everything I read suggests that I can change the Server.ScriptTimeout to address this, but I was unable to find out what the limit is for this setting. I asked my ISP who is hosting my web site if they have kno...more >>

ASP Encoding!
Posted by Eli at 12/2/2003 5:25:37 AM
Dear Members, I am running the Script Encoder on ASP file, however I gets this message no matter what I do to this file, I even clean up most of the html tags. Why the Script Encoder Object failed to encoded asp file, but it works fine on .js files. Here is the message I gets: Micr...more >>

2 Instances of Same App on IIS (Prod'n & Test)
Posted by The Mighty Chaffinch at 12/2/2003 4:01:23 AM
I want to have 2 completely separate instances of my ASP/Access application running on the same web server. One will be a live production application, and the other part of a system test environment to check out code/database changes etc prior to deploying them on the live system. The appln co...more >>

unable to view asp pages
Posted by rahul at 12/2/2003 3:55:20 AM
i have configured a web server at port 8888. i have a .asp page which i want to view it through browser. something like http://localhost:8888/test.asp isnt working. please suggest me on how to do this.... Thank you. ...more >>

Need Help and ideas... Checkbox form validation and Making an e-mail body with results.
Posted by Drifter at 12/2/2003 12:02:31 AM
I am working with a form that has to do 2 things: 1) Validate that 9 checkboxes are checked (from a dynamically generated list of topics). 2) Take the 9 Topics, and put them into an e-mail "body". I am guessing that this can be a Text file (string) which can be called Body - as it has to be s...more >>

Dynamic updateing of Web.config file in ASP.net
Posted by Matt D at 12/1/2003 10:37:54 PM
Hi, I was wondering if anyone can tell me why dynamically updating the web.config file causes ASP.NET worker process to recycle and detroy all session states including variables. Is this a known bug or is it by design. Do we know why microsoft do not supply a method to write values to ...more >>

Why can't execute absolutePage of RecordSet?
Posted by Edward at 12/1/2003 10:20:48 PM
My os is windows 2000 Server,database is Access2000.I want to use = RecordSet.AbsolutePage,but I can't run it! Why? Code is follows: Dim sSQL,currentPage,rowCount,i currentPage=3DRequest.QueryString("currentPage") If currentPage=3D"" then currentPage...more >>

ASP Database Help
Posted by Massa at 12/1/2003 9:37:23 PM
Hi all, I need some help on this one: I have a webpage with a form. This form submits data that goes to a mdb file (id (AutoNumber), name, email contry etc.). I would like to make another page where I can type the ID number and it will show all the fields only for that id. I hope I've been cle...more >>

What's wrong with this?
Posted by Oli at 12/1/2003 8:12:02 PM
Hi What's wrong with this? sql="insert into tblNumbers (Number) values ('" & i & "')" I get... Error Type: Microsoft JET Database Engine (0x80040E14) Syntax error in INSERT INTO statement. /admin/numberrange.asp, line 14 Many thanks Oli ...more >>

Format date
Posted by Richard Liddiment at 12/1/2003 5:37:34 PM
I am using FormatDateTime( mydbDate, vbShortDate) but it is NOT returning the date formatted according to my regional settings. My regional settings are "dd/MM/yyyy" but my date is returned as "d/m/yyyy". Where is it getting the format from so that I can correct it or is there a better way to ...more >>

Auto-remove feature in asp program
Posted by dave at 12/1/2003 5:29:37 PM
I have an email program, that I wrote for my newsletter. When I send my emails, I am getting more and more bad emails. Is there a way to have an auto remore feature that will remore the email from my database? Dave ...more >>

Newbie #include question
Posted by kent NO[at]SPAM strobedata.com at 12/1/2003 4:27:15 PM
I am sure this is pretty basic, but we all have to start somewhere right? I have a asp file that is a couple of sub dirs deep. In it is a include that pulls in a common file from the root. My problem is the file in the root has a background picture that also resides in the root, and it doe...more >>

Passing variables
Posted by Gung Ho at 12/1/2003 3:17:33 PM
Has anyone had success passing variable data between ASP scripts and Javascript? ...more >>

error '800a0005'
Posted by cptjjthomas NO[at]SPAM yahoo.com at 12/1/2003 2:21:48 PM
I am getting the following error: Session(strEftEffDt)= ASPUtilities error '800a0005' Invalid procedure call or argument /sec/PrintAllPDFs.asp, line 154 Anyone have any ideas? I am running IIS 5.0 Thanks, JT...more >>

test in ie 4.0
Posted by Rob Imbeault at 12/1/2003 2:08:41 PM
Hi, My clients have 4.0 and I can't seem to get 6.0 off of my W2K machine. Any suggestions? Thanks, Rob ...more >>

ASP Page emailing text file
Posted by Porky at 12/1/2003 12:50:56 PM
I have an asp page that successfully writes out the form data to a text file. I would like to use Blat (or other free email utility) to send the contents of the text file to a user. The code to email is as follows: Dim stdout, shell, cmd function ExecCmd(cmdline) set stdout = wscript.s...more >>

URGENT: Strange Cookie Problem! Production App is Failing!
Posted by Tony Archer at 12/1/2003 11:52:26 AM
(Forgive the dupicate post, I had left out the OS Version out of the prior post.) Gentlemen, your urgent help is needed in solving a STRANGE problem. I have two servers a dev box, and a production box. On the dev box everything works fine, in production it hoses: One of the things a user...more >>

NT User accounts
Posted by MeAndI at 12/1/2003 11:13:10 AM
I want to get NT authentication. Is this possible? "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> ha scritto nel messaggio news:#I$cpBdtDHA.3532@TK2MSFTNGP11.phx.gbl... > What kind of authentication are you talking about? NT authentication or > names and passwords stored in a databa...more >>

How to use Posted values
Posted by Mr Typhoon at 12/1/2003 11:12:05 AM
I am having problems on post method. i have used post method to send my form values to the same page so in that page (same page) a script will work to show something on the document but not.I have a problem when i try to assign the posted value i cant proceed to a variable.The posted v...more >>

File or assembly name ADODB, was not found.
Posted by KLomax at 12/1/2003 10:12:57 AM
I have a VB6 com object that uses ADO 2.1 for data access. I have referenced this object in a aspx application. It works fine on my local development machine. On our staging server, it errors when trying to instantiate the com object. This object runs fine in another asp application on the s...more >>

URGENT: Strange Cookie Problem! Production App is Failing!
Posted by Tony Archer at 12/1/2003 9:23:09 AM
Gentlemen, your urgent help is needed in solving a STRANGE problem. I have two servers a dev box, and a production box. On the dev box everything works fine, in production it hoses: One of the things a user can do is click a "Change region" link which takes them to a map of the world. They...more >>

JMAIL HELP
Posted by bdkiii NO[at]SPAM yahoo.com at 12/1/2003 8:32:57 AM
Im trying to take a form - and send it to two places... I'd like the form data to go to a database as well as email the form results... Below is the form handler that I currently use... Is it possible to do this with what I have? I really need help here! thanks.... <%@LANGUAGE = VBSC...more >>

Error 80004005
Posted by John Dove at 12/1/2003 8:27:10 AM
This post is directly related to MS Knowledge Base Article 306269, "Error 80004005 The MS Jet Database Engine Cannot Open the File" - - This is the precise error I'm getting on a new Login .asp page. Have followed the resolution steps outlined in Article 306269 (mentioned above) which hav...more >>

0x8004020F error with CDO.message
Posted by jim.flaherty NO[at]SPAM cnet.navy.mil at 12/1/2003 8:22:21 AM
THis did work ... now it dont... any Ideas? myMailServer = "smtp.somewhere.com" 'ip address or fqdn sch = "http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig = Server.CreateObject("CDO.Configuration") cdoConfig.Fields.Item(sch & "sendusing") = 2 cdoConfig.Fields...more >>

Flash Movie
Posted by C at 12/1/2003 8:15:27 AM
Hi, I know this is not an ideal place to post this. It's the closest I could get. Does annyone know if I can embed a Flash Movie into a PowerPoint Presentation. Thanks, C....more >>


DevelopmentNow Blog