Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Need Help with writeline
Julie - 31 Dec 2005 10:38 PM - 3 messages
I am reading from an xml file and the trying to write the results out to a text file on the server using an asp script THere is some kind of special characters in one of the fields so it is ...
Score Windows 2003 won't search script
Simon Wigzell - 31 Dec 2005 8:28 PM - 2 messages
I have discovered an odd problem with Windows 2003. When you use the directory search (Right click on a directory in Explore, select "Search") it won't return any results that are within script delimeters e.g. I will find this content of a file: ...
Score Running ASP on non-IIS Microsoft servers
Placek - 31 Dec 2005 1:30 AM - 4 messages
Hello I use Win2K and want to serve ASP pages on my desktop. Alas, I am unable to install IIS as I mislaid my installation disks.  Does anyone know whether either of the servers accompanying the web matrix project or Visual Web ...
Score Session.Timeout
Vanessa - 30 Dec 2005 4:41 PM - 5 messages
hi everyone, I changed the login session timeout from default 20 to 30 minutes, like following: Session.Timeout = 30 But it doesn't work.  I logged into my webpage, let it be inactived for 25 mins, and clicked on some links but the session expires already.  Any one has ...
Score post from machine
Adrienne Boswell - 30 Dec 2005 8:16 AM - 3 messages
Here's my dilema.  I have a Classic ASP site and I need to receive transactions from a little card reader over the Internet.  The reader will be sending: MERCHANT_ID=(max seven digits) TERMINAL_ID=(max twelve digits) CUSTOMER_ID=(max seven digits) ...
Score Is this normal methodology?
Tapplication - 30 Dec 2005 2:33 AM - 3 messages
I do not consider myself a ASP expert by any means so I must ask this question to see if this is normal or if there is a better way. I have a web site that I have developed that uses a lot of DB lookups ...
Score call user controls inside the same Panel
Adriano - 29 Dec 2005 9:52 PM - 3 messages
Hi, With ASP, I can add user contrlos inside the same Panel and then programmatically change the view state of each one...but I don't want to have all the controls allready loaded into the Panel when the page starts, instead ...
Score CDOSYS with Variable for To: email address
Jess - 29 Dec 2005 7:48 PM - 5 messages
Has anyone been able to use a variable for the To: line with CDOSYS?  When I put in a specific address like: myMail.To = "webs***@thisplace.org" it works fine.  When I put in a variable like: myMail.To = areaDirector it doesn't ...
Score Print a pdf from asp
moony marouane - 29 Dec 2005 4:36 PM - 7 messages
Hi Everybody I have a problem opening a file with ADODB.Stream when <HTML> exists on the same page here is the code I use : =================================== <HTML> <% Response.ContentType = "application/pdf" Const adTypeBinary = 1 Dim strFilePath ...
Score Help with debugging ASP
keyser_Soze - 29 Dec 2005 3:06 PM - 23 messages
I have MS Visual Studio 2003 on Windows XP Pro.  I have IIS running on this machine and I am trying to debug some existing code which has both ASP and ASP.NET components. When I try and launch the debugger from VS, I am told it can't because ...
Score Problem getting posted data
Harald - 29 Dec 2005 10:47 AM - 1 message
Hi, we have an ASP to receive soap messages as follows: .... Set doc = Server.CreateObject("MSXML2.DOMDocument") doc.load(Request) if Len(doc.xml) = 0 then   ErrorMessage(...)   exit sub end if .... The problem occured by moving from W2K / IIS 5 to W2K3 / IIS6: When posting ...
Score history.back()
Alan - 29 Dec 2005 7:32 AM - 4 messages
I have a form that contains many fields for the user to enter. After entering the data the user can click a link to open a new window, the new window contains six columns (pull down menu) and 30 rows to allow ...
Score Date format
leo - 29 Dec 2005 3:55 AM - 5 messages
Hello Guys Im having a problem in viewing date, does ASP have a function to format a date like this one (ex.12-Dec-05) aside from VBgeneralDate, VBlongDate and VBshortDate. In MS Access its called (Medium Date) but when I use ...
Score copy part of HTML Table to another HTML page
lvcha.gouqizi - 29 Dec 2005 3:46 AM - 1 message
Hi all, I have a table having 3 columns. There is a checkbox for each line. I need to get those lines whose checkboxes are checked, and show those lines to another webpage. Is there any way to do that? My concern is ...
Score Problem with Authorize.net
Blue - 28 Dec 2005 11:53 PM - 4 messages
I'm using Authorize.net as my payment gateway and as of approx 7pm PST on 12/26/05, no payments have gone through from my website.  (However, I can still process payments through the Auth net virtual terminal.) ...
Score <img src="page.asp">
McKirahan - 28 Dec 2005 9:22 PM - 3 messages
If I have a Web page invoked via [link] that references an ASP page via the <img> tag's "src=" like this: <html> <head> <title>Page.htm</title> ...
Score execute two inserts on Oracle through asp
Mike - 28 Dec 2005 8:09 PM - 1 message
How do I execute two consecutive insert statements against an oracle database here is the insert that was result of a response.write Insert into ACTIVITY_TRACKING (AT_KEY, AT_PR_KEY, AT_EM_KEY, AT_DATE, AT_RC_RUN_ID, AT_PASS_FAIL, AT_Number_of_Samples, AT_OTHER_ACTIVITIES) Values (ACTIVITY_TRACKING_SEQ.nextval, 39133, 203938, '28-Dec-2005', 503320, 'P', ...
Score Classic ASP not working
Dale - 28 Dec 2005 7:03 PM - 6 messages
I am developing on WXP SP1 with VS.Net 2003 and VS6 installed.  I cannot get my localhost webserver to render any classic ASP pages.  ASP.Net and standard HTML works.  If I request an ASP page from localhost the browser hangs for several ...
Score Creating a URL still exists page/util
Laphan - 28 Dec 2005 5:14 PM - 2 messages
Hi All Quite familiar with ASP and JavaScript and wondered if there is a method out there that allows me to create a web page util to see if URL links are still valid. In other words I've created a system whereby a user can add their own ...
Score Error with XML DOM parsing the Request object
P James - 28 Dec 2005 10:17 AM - 7 messages
Hi, My project has been running for 4 years in ASP/IIS (originally on NT4, then on Win2003 as of 1 year ago), using the following code to parse the request object using the XML DOM:     Set oASPRequest = GetObjectContext.Item("Request") ...
Score Folder wild card in URL with ASP
pxpilot - 28 Dec 2005 1:18 AM - 2 messages
Hi All, I am trying to create a URL for each user in my site something like [link] But creating a folder for each user seems a waste. Basically I'd like to make the URL point to the index.asp without ...
Score retrieve all form fields
dfetrow410@hotmail.com - 27 Dec 2005 8:53 PM - 3 messages
I can get all fields, but how do I not get the button in the loop Dim FormFields Set FormFields = request.form Dim Field if request.form("Button2") = "Update Order" then For each Field in FormFields ...
Score Help!
MDW - 27 Dec 2005 6:21 PM - 3 messages
For the past four days, I've been trying to post questions to the MSDN newsgroups. Either the posts never appear at all (though I get the "You're Done" confirmation), or the posts appear initially, but vanish if I check ...
Score Need help with custom 404 asp page
Julie - 27 Dec 2005 1:03 PM - 2 messages
I created my own custom 404 handler and it works, so when I put in [link] it produces the correct 404 error and you see [link] in the url still which is fine. ...
Score cant debug asp code
Rea - 27 Dec 2005 9:25 AM - 4 messages
Hey eb After installing microsoft's script debugger, I configured my default web site and internet explorer to enable script debugging. But when stepping into  debugging mode in some asp page i can't see the server side code of it (<%%> ). ...
Score Need help to learn asp!
Element - 27 Dec 2005 5:18 AM - 7 messages
Hey i m new in this group.I m trying to know and learn asp and jsp.I want to create a username password validation page using microsoft access.I tried a lot but with no results.Can anybody help me out of ...
Score call url while keep form parameters
Goldwind - 25 Dec 2005 5:16 PM - 9 messages
Hi, I"m writing a page in asp. When the user presses on Submit the form is passed by Post to a url in a different site. The problem is that i want to do this action in script, meaning call a ...
Score Send binary to email
Slim - 25 Dec 2005 10:30 AM - 3 messages
I have a problem converting binary to text I am reading a page using xmlhttp xmlhttp.open "GET", url, false ,"userName","password" xmlhttp.send "" tex3 = xmlhttp.responseBody now I have the binary data of the html page I am reading ...
Next »