Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Using XMLHTTP to post form data
Pupkin - 13 Jan 2007 12:41 AM - 2 messages
Hi, I've got a web form that needs to submit its data in a number of different directions. I was hoping to use XMLHTTP to post it to two external service providers EROI and Salesforce) So far I've just been working on the EROI part, and while I don't get ...
Score Retrieve IIS Applicaton Path
Raterus - 12 Jan 2007 5:05 PM - 2 messages
I need to routine that will return what 'Request.ApplicationPath' would return in asp.net. If you are not familiar with that, I just need to know the IIS virtual directory the application is running in, relative to the server root. ...
Score logon_user blank in front page web only
lmlaster - 12 Jan 2007 4:06 PM - 3 messages
I have 2 webs under my default web running win2003 1.  A front-page intranet 2.  A asp (not .net) web is fine Both allow anonomous access.  My front page web always gets a BLANK Request.ServerVariables("Logon_User").  The asp web gets the logon_user ...
Score change Text Box type from hidden using VB Script
SSG - 12 Jan 2007 12:56 PM - 2 messages
Dear All, I have 10 text boxes...  first 5 text boxes e visible , rest of the 5 are hidden... once i clicked the button , the hidden boxes should be visble.. can anyone help me hpw to write script? Regards, ...
Score Hanging requests executing
Jorre Meijrink - 12 Jan 2007 11:01 AM - 1 message
Dear reader, We have two Win2003 webfarms each consisting of 5 servers. Which we call cluster1 and cluster2. Cluster2 is the bussiest of these two and periodicaly (varies from 2 times per day to two times per week) one of the servers (this ...
Score Insert record from one db to another db
Simon Gare - 12 Jan 2007 4:57 AM - 5 messages
Hi all, need to retrieve a record from a table (tblBookingForm) in one database and insert it into a table (tblNetServ) in another database on the same server, leaving the original record in place. Cant get my head round it though, ...
Score ASP LIKE query using parameterized query
Roland Hall - 12 Jan 2007 12:04 AM - 9 messages
In Access you use "*" + [passed variable] + "*", + can be replaced with & Calling a parameterized query in Access requires % be used in place of *, however, all that I have read show dynamic SQL passed to Access: WHERE [some column] LIKE '" & ASPvar & "' % ORDER BY ... ...
Score Missing Something ( Insert )
Mangler - 11 Jan 2007 9:25 PM - 3 messages
I am running a stored proc that aborts an insert if the result is "YES" Well all inserts are being aborted and i cant figure out why.  Maybe I am missing a line or have something wrong? <CODE> ...
Score XML DOM/Null property problem (or just VBScript related(?!))
Jon L - 11 Jan 2007 8:46 PM - 4 messages
Hi, I'm hoping someone can help me with this problem. I'm not sure whether the problem lies with the software or with my understanding of the language. I'm using the Microsoft.XMLDOM object in an ASP page to read an ...
Score Detecting selected account
aljamala - 11 Jan 2007 5:33 PM - 10 messages
Hi, I am looking for different ways this can be accomplished, I can think of a way, but I'm not too happy with it... The Problem:  Users with multiple accounts can switch between them; however, the selected account is highligted by adding an invalid ...
Score iis restart and Session _onEnd
abcd - 11 Jan 2007 2:46 PM - 5 messages
When IIS is restarted session_onEnd is called. though the debugger is not available at this point in Session_onEnd, is there any way that the code in session_onEnd is running due to iis restart and not from the timeout. thanks ...
Score Microsoft.XMLHTTP: pages not updating
Skyblue - 11 Jan 2007 9:08 AM - 3 messages
I use Microsoft.XMLHTTP to access htm or asp pages on a central web site from other satellite sites. In this way, the same content can be displayed on a dozen websites and I only need to update one file in ...
Score WML Input Mask to force numeric characters
frasmus - 11 Jan 2007 3:52 AM - 2 messages
*Please excuse me for cross-posting. I really can't find a suitable "wireless internet" group to ask this question, except forum.nokia, where I didn't have any luck. I have a web page for inputting personal expenses into a financial ...
Score ASPTypeLibrary.Session access from asp.net
Nate - 11 Jan 2007 12:06 AM - 12 messages
All, My department has recently been tasked with converting an ASP 3.0 web application to an ASP.NET 2.0 web application.  Currently, in order to read values from the ASP 3.0 Session from an ASP.NET web page we have to use a ...
Score Abort Edit Issue
Mangler - 10 Jan 2007 11:08 PM - 1 message
I have a SQL stored proc that returns a result of yes if the a record exsists.  In turn there is a command that calls the proc and passes variables when a user inserts data.  If the result is yes the  insert ...
Score CDO issue with badmail
Pupkin - 10 Jan 2007 6:38 PM - 9 messages
Hi, Usually when I setup a web form with CDO I either set the "From" field in the email to either: 1. The email address of the person filling out the form, in which case user errors often result in the mail getting stuck in the badmail folder ...
Score Pin Login Application Using Asp
xcelmind - 10 Jan 2007 2:13 PM - 2 messages
Hello Dev. Guru, I want to at this time introduce myself. I am Stanley Ojadovwa by name. I’m a freelance  and a newbie in web application development. I’m currently using ASP as my application server technology with Microsoft ...
Score not CDO neither CDONTS
Giorgio - 10 Jan 2007 8:12 AM - 5 messages
Hi, I'm working on this web space: NT4/Windows 98, Microsoft-IIS/4.0, 66.71.142.204 I can't send mail with CDO cause i get an error [link] ...
Score Upgrade to Server 2003 and now this
Terry On Windigo - 10 Jan 2007 3:22 AM - 3 messages
When I upgraded to Server 2003, I get this error now in my asp script which is saving a form to an asp database.  Do I need to do something different now?  I have used FP to design my forms, and to do my data results pages.  I ...
Score ASP Error 0126 include file not found, when using ".." in include file path
Eric - 9 Jan 2007 6:54 PM - 1 message
Hello, I tried to post this a few minutes ago, but never saw it show up, hopefully this won't be a double-post. I have some server side includes on a Classic asp page that look something like: <!-- #include virtual="/includes/file1.asp"--> ...
Score ASP Error 0126 include file not found, when using ".." in include file path
Eric - 9 Jan 2007 6:43 PM - 11 messages
Hello, I have some server side includes on a Classic asp page that look something like: <!-- #include virtual="/includes/file1.asp"--> <!-- #include virtual="/includes/file2.asp" --> <!-- #include virtual="/includes/file3.asp" --> <!-- #include virtual="/includes/file4.asp" --> ...
Score WinHttpRequest and cookies problem
Dan - 9 Jan 2007 11:39 AM - 4 messages
Hello, I have a simple ASP page that connects to another server, requests a page, manipulate the results and sends it to the client. My problem starts when the remote server sets a cookie with no path attribute and then redirect me ...
Score Excel Automation in Client side
Abdhul Saleem - 9 Jan 2007 5:04 AM - 1 message
Hi, I have a recordset containing some data. Using that recordset I want to populate them in a work book in differrent sheets, using client side VBScript. Previously, I used server side automation for this. But it gives error "ActiveX Component can't create object" then and there. Some times the ...
Score IF Not Then response.write query help
Simon Gare - 9 Jan 2007 2:52 AM - 4 messages
Hi All, having a problem with the error "Either BOF or EOF is True, or the current record has been deleted. " found a workaround that allows the non existent data to be bypassed and insert a 0 value into the textfield and inserted ...
Score TextStream.ReadLine Mac Newline
mike.biang - 8 Jan 2007 11:11 PM - 2 messages
I am using the textstream object to read a CSV file and parse through the fields.  I use the readline() method to read in each line of the file, and parse the contents into the values of the different fields. ...
Score Close windows media player in a web page after its played?
Mark C - 8 Jan 2007 4:24 PM - 2 messages
How do you close windows media player in a web page after its played. I have added a windows media player to my web page as: <object id="Player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"> .. .. .. After its played I would like it to automatically close. I have an ...
Score ASP Jpeg
Brett_A - 8 Jan 2007 4:07 PM - 2 messages
I have the following code: ************************************* SavePath = Path & "\thumb_" & File.ExtractFileName ' AspJpeg always generates thumbnails in JPEG format. ' If the original file was not a JPEG, append .JPG ext. If UCase(Right(SavePath, 3)) <> "JPG" Then SavePath = SavePath & ".jpg" ...
Score Redirect not working first time in classic ASP
Andrew Poulos - 8 Jan 2007 10:47 AM - 2 messages
I have a simple page with a form in it that gets posted to the following ASP <%@ language="javascript" %> <% var login_success_page   = "../intro.asp"; var login_failed_page    = "../failed.asp"; // some db related code here ...
Score Function returning an object: memory issues?
Ivor Somerset - 8 Jan 2007 9:33 AM - 3 messages
Hello, In my ASP code I sometimes write functions that return an object (generally an XML node). Such a function is invoked this way: Set Object1 = MyFunction(SomeValue) And at the end of the process the object will be properly destroyed: ...
Score HTML <form> value does not get posted
Shawn H - 8 Jan 2007 6:11 AM - 3 messages
Hi guys, I'm experiencing this really strange issue with a HTML form, because no data gets posted. Basically, everything is written in ASP. Firstly, a user fills in an online (ASP) form, and then submits it to another ASP page (e.g. ...
Next »