Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score cookies
Kevin Raleigh - 2 Sep 2006 11:29 PM - 8 messages
can't figure why my page won't redirect. When I call 10_6.asp it should call 10_5.asp heres the code... Thank You Kevin 10_6.asp <%@ Language=VBscript %> <% Option Explicit %> <% Response.Cookies("UserInformation")("LastVisit")= Now ...
Score Paging MySQL Database records......again
Jay - 2 Sep 2006 7:17 AM - 4 messages
i post a while back on how to page thru database records. i dont really understand the ASPFAQ one. Its not well commented. This is how i learn anything, is if its commented on what does what. Can someone please help me. i have a datbase of about 90 records so far, that i would like to page thru. ...
Score urgent
Shun - 2 Sep 2006 4:42 AM - 4 messages
i need  help ....how can i send a  e-mail to the person who  has fillied my apply.html form ... i have a email (textbox field) ..i mean automatic email reply ... thanks friends those who give me that code or guide me .... ...
Score out of bounds on array
Kevin Raleigh - 1 Sep 2006 11:31 PM - 12 messages
working through this tutorial and I just can't seem to find why I am over running my array. If you have time can you drop this into your debugger? I don't have one for asp pages. Using a text editor and my print statements ...
Score Session Lost when opening Word Doc
DigitalFusion - 1 Sep 2006 6:22 PM - 3 messages
Hello All, I have an app on an intranet which uses the response.contenttype in ASP to create a word doc.  The issue I am having is that when this doc is generated and opened, the session is lost.  We have tried everything ...
Score Email Challenge...
Ken D. - 1 Sep 2006 3:08 PM - 4 messages
OK, here is what I am attempting. I have an .asp page on our company intranet in which the user can key some referral information.  Upon submit, the data is transferred to an SQL database and the user receives a confirmation of this submission.  One of the ...
Score Request.Form(var) empty with IE, works fine with Firefox. Help please.
Dave - 1 Sep 2006 1:50 PM - 10 messages
Hi, I've been trawling the web for answer to my problem with no luck although I'm hardly alone it seems! Below is the generated source for an ASP page that posts a value called 'album' to another ASP page. The other page retrieves the value with ...
Score Problems Using onchange with option lists
Mirovk - 1 Sep 2006 11:29 AM - 1 message
I am trying to take actions using onchange with an option list without success. I am not able to fully populate the list without a bad bad behavior (the list is not getting populated) What I am looking for, is being able to call a sub procedure each time ...
Score Problems Using onchange with option lists
Mirovk - 1 Sep 2006 11:29 AM - 1 message
I am trying to take actions using onchange with an option list without success. I am not able to fully populate the list without a bad bad behavior (the list is not getting populated) What I am looking for, is being able to call a sub procedure each time ...
Score Read Email (please help)
SJ - 31 Aug 2006 8:59 PM - 2 messages
Dear Friends, I see there are lots of messages on this topic, but I have not been able to find a simple answer to the question: Can I read mail (from an inbox) on an exchnage server with ASP? If so, how? ...
Score CDOSYS email - create hyperlink in body?
Beefminator - 31 Aug 2006 7:05 PM - 8 messages
Hello, How can you create a hyperlink in the HTML body of CDOsys email? Line 7 is a link for yahoo.com, but the asp page does not work. Set objMessage = CreateObject("CDO.Message") objMessage.Subject ="Test Page - File upload" ...
Score ASP form not working
Athmaus - 31 Aug 2006 6:17 PM - 4 messages
Hello, I have this ecom page that i am making where customers can select to choose additional licenses before they purchase. I have that part working with javascript. Problem is that when the selection is made and you hit the add but it isn't ...
Score Issues with ' and %27
Drew - 31 Aug 2006 4:30 PM - 4 messages
I am having difficulty fixing a problem with one of my apps.  I know that using an apostrophe will error the SQL statement out, since it thinks that the apostrophe is the end of the statement.  My issue is that I have replace ...
Score looking for zip code to state autocomplete
Zen Masta - 31 Aug 2006 4:09 PM - 5 messages
I'm looking for a script that will auto complete the state field when someone enters their zipcode. I'm currently using [link] but its kind of out dated and often returns null. Does anyone know of a more ...
Score ASP/OO4O Problem: Unexpect results from package
CJM - 31 Aug 2006 1:56 PM - 1 message
Repeated for the benefit of m.p.i.asp.general, which I forgot to include in the original posting... ...
Score ASP/OO4O Problem: Unexpect result from package
CJM - 31 Aug 2006 12:23 PM - 2 messages
I'm working on my first Oracle DB, so bear with me... I have a couple of validation routines which are both returning the same result regardless of the inputs. One checks if a Serial No already exists, the other checks if a Part No is valid. ...
Score Problems with sending an encoded url
Kavita.K.Singh - 31 Aug 2006 6:58 AM - 4 messages
Hello Gurus thankyou for your help in advance :)......heres my problem var vAppPath=(my file) xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlHttp.open("POST",vAppPath,false); xmlHttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xmlHttp.send("text=" + escape(document.getElementById("tledit").value)); ...
Score cookie testing
shank - 30 Aug 2006 5:14 PM - 2 messages
I need to revisit cookie testing. On the home page and every product page I write a cookie. I do this because some users enter by direct links to product pages. <% Response.Cookies("cookietest") = ("49") Response.Cookies("cookietest").Expires = Date + 2 ...
Score ASP Compiling?
Victor - 30 Aug 2006 4:21 PM - 8 messages
I've got a website that is very fast. I just added a subroutine in the file global.asp (global.asp is run each time any page is called). The subroutine determines the user's country by comparing their IP address against a 6Meg Access database that converts IP to ...
Score I want to be able to send an email from a website into the inbox as an appointment to be accepted
Chicka - 30 Aug 2006 3:24 PM - 1 message
I need/want to be able to send an email from a website running IIS and CDONTS for mail (or ASPMAIL) that comes into the inbox as an appointment to be accepted. The company is not running Exchange internally or on the ...
Score ASp Spreadsheet
LeoKPorto - 30 Aug 2006 3:06 PM - 3 messages
Hi, i am having a problemn thinking on a solution to make a web application. This is the scenario: I have to make an application that should catch some user data on the screen and pass it to a database. Here is the problemn: the ...
Score MS SQL search
ash - 30 Aug 2006 9:27 AM - 6 messages
I want to search the content of some database tables, do asp has some function or tool do this? thx ...
Score database search
stephy - 30 Aug 2006 9:04 AM - 2 messages
I want to do a searching on database some tables' content, is asp have so function or tool to do this? thx ...
Score Using Access Database on Different Location for .NET 2.0
MA P - 30 Aug 2006 8:01 AM - 4 messages
Hi! I am use to the include file on classic asp for maintaining MS Access database location. On using Visual Web Developer Express, I can only use the MS Access database if it is located on the same folder with the web app. Is ...
Score search form property DocTitle
wk6pack - 29 Aug 2006 6:16 PM - 1 message
Hi, I got the sample from MS website on the search form. There is a property, DocTitle.  It doesnt bring any data back to be displayed. Could someone help me and tell me what this is suppose to bring from ...
Score External Server pull files from Internal Server
Daniel Di Vita - 29 Aug 2006 2:01 PM - 2 messages
I have an application that needs to pull files from an internal server. This is the setup. The web server is external facing, meaning exposed to the internet. I then have a file server that sits inside our domain. I created a ...
Score delete session data for other users logged on
jjw - 29 Aug 2006 7:59 AM - 6 messages
I have a website that requires users to login.  We track them by using sessions.  We record the time and date that they login, their session id, the last page they visited, etc in a database.  As as admin, I ...
Score Error trying to send email
Jay - 29 Aug 2006 5:49 AM - 6 messages
error '80040211' /register.asp, line 71 I receive this error when i attempt to send an email. My code is as follows: Dim ObjSendMail Set ObjSendMail = CreateObject("CDO.Message") ObjSendMail.Configuration.Fields.Item ("[link]") = 2 'Send the message using the network (SMTP over the network). ...
Score Access denied while sending mail from ASP
LarryF - 28 Aug 2006 8:54 PM - 2 messages
I searched through this forum to find a answer to my problem but couldn't find it in any of the forums, so I'll describe the problem and the solution here. I am using ASP on SBS 2003 with IIS 6.0 and Exchange 6.5.7226.0. I have ...
Score throttling download in ASP
Katie - 28 Aug 2006 8:53 PM - 5 messages
Hi, I am downloading files using ASP using the the binarywrite as below. objStream.LoadFromFile(strAbsFile)        '-- send the stream in the response         Response.BinaryWrite(objStream.Read) I was wondering is there any way I can control or throttle the ...
Score Tracking changes
Middletree - 28 Aug 2006 8:53 PM - 5 messages
I have asked this here before, but am still trying to decide what's best, and would appreciate the input of seasoned Asp developers. It's an ASP-built Intranet app, so I can't show you the site, but I'll show ...
Score Dynamic drop down list
mcgrew.michael - 28 Aug 2006 6:58 PM - 7 messages
I hope this is the right group. I am very new to ASP so this is probably a stupid question. I have some vbscript that query's AD and populates a recordset. I know the recorset contains the information I ...
Score RE: Jason Gilbert, CTO of CyberCoders.com, passed away
K - 28 Aug 2006 4:36 PM - 1 message
I have been searching for an old friend with the same name and age - Jason Gilbert.  I am upset that this might be him.  The Jason I am looking for was tall, blond hair, very funny, liked fast cars, Rush, drove a yellow Porsche years ago.  Grew up in the Bay Area? ...
Score Binary Stream opens in same frame instead of new window
axiarich - 28 Aug 2006 3:33 PM - 2 messages
We have some doc mgt "lite" on our site. I basically have a window with a button that opens the relevant document (Excel, PDF, etc.). The button calls some javascript which basically performs a window open: window.open('document.asp?item=' + intDoc,'_self', ''); ...
Score UnauthorisedAccessException for thread
Avadhoot - 28 Aug 2006 11:23 AM - 3 messages
hi, I am writing a new asp.net program. Here in, the user has to click on a button on a web page, and a new excel sheet should open up. I could do it successfully using Office 2k3 PIA's for the click event ...
Score Urgent deliverable
kalikoi - 28 Aug 2006 10:24 AM - 8 messages
I have two arrays as follows array1=("45101010","45101010","45103020","45103020","45103020","45201020","45201020",     "45201020","45201020","45202010") array2=("0.44","0.1","0.13","2.61","0.15","0.42","0.12","0.63","0.12","0.23") ...
Score How to get meta data info
ember - 28 Aug 2006 10:22 AM - 1 message
Hello everyone, i was wondering if someone could explain me how to get some meta info on a number of files, such as author and owner. it is for a .asp web page wich indexes a list of files and shows info ...
Score memory leak in script??
Rea - 28 Aug 2006 7:35 AM - 2 messages
Hey eb can this be the reason for huge memory expansion ? Doesn't this script free memory of the object it had created? sub createCOMobject()    set obj1 = createObject("object1")    dim flag = 1    useObject flag,obj1 ...
Score Classic ASP & SQL2k - freelance projects available immediately!!!
Eddie - 27 Aug 2006 9:23 PM - 1 message
Immediate positions available for qualified developers! These spots will go fast. We are not head hunters but the actual company. All work can be done remotely. Sincerely, Ed Burns ====================== Experienced programmers needed for web projects Do you have an existing job and are looking for side work? ...
Score asp.net direct mailing
PuruCuhuco - 27 Aug 2006 8:46 PM - 1 message
can i directly mail to hotmail or yahoo acount with any asp.net code. i have an example like above but i need smtp adress for hotmail, i tried it for smtp.mail.yahoo.com but  it didnt work and "authentication ...
Score how to get the absolute path from within an asp page?
laredotornado - 27 Aug 2006 7:31 PM - 3 messages
Hello, Fairly new to ASP, but if I'm programming in the file <web root>\myapp\mypage.asp How would I print out "\myapp\" without hard-coding the value of "\myapp\"? Thanks, - Dave ...
Score Losing Sessions when Redirecting to a subdirectory
Dean Fields - 27 Aug 2006 7:17 PM - 7 messages
Hello, I am having some session problems wih an in-house (classic) asp application. My developers have not been able to figure it out. I am more of a systems admin type and much of this is over my head. But I will try to explain the ...
Score getting the results from executing an exe
Elliot - 27 Aug 2006 9:57 AM - 1 message
Is there any sample about getting the results from executing an exe using asp? Thanks for answering. ...
Next »