|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
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 ...
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. ...
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 .... ...
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 ...
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 ...
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 ...
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 ...
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? ...
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" ...
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 ...
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 ...
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 ...
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)); ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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). ...
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 ...
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 ...
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 ...
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 ...
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', ''); ...
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 ...
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") ...
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 ...
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 ...
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 ...
|
|||||||||||||||||||||||