Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Textarea Inside of a textarea
wperry1 - 4 Feb 2006 7:28 PM - 7 messages
I am writing a small database utility to catalog all of my favorite ASM/JS/VBS... functions and scripts on an asp page. Everything is going smoothly except for one thing that I can't quite seem to think my way ...
Score ASP startup/shutdown questions - this shouldn't be happening... (MVPs?)
tbone - 4 Feb 2006 2:38 PM - 4 messages
In trying to improve the throughput of a classic ASP app I wrote a few years ago, I added monitoring to the application and session start and end methods. I'm counting the total number of sessions and the high ...
Score Classes and collections in ASP?
Noozer - 4 Feb 2006 11:19 AM - 3 messages
I've always had problems getting my head around using collections and classes together. Separately, they seem like fairly simple subjects, but I'm getting muddled up when trying to use them together. Even trying to cobble together an example to post here with my question has ...
Score (.)(.) Hot...
Se¤ÊS - 4 Feb 2006 4:11 AM - 1 message
Call +8613352960090 Free! Multi-lingual! ...
Score (.)(.) Hot...
Se¤ÊS - 4 Feb 2006 4:11 AM - 1 message
Call +8613352960090 Free! Multi-lingual! ...
Score Newbie - Book teaching ASP.NET using Visual Studio .Net 2003 or 2005
Phillip Vong - 4 Feb 2006 3:59 AM - 4 messages
NEWBIE HERE.  Never programed before so I'm looking for some help. I understand some HMTL.  I want to learn asp.net and I'm looking for a good book that will teach me this using MS Visual Studio .Net 2003 or 2005.  I ...
Score cut something from a string
Christopher Brandsdal - 3 Feb 2006 11:16 PM - 4 messages
Hi! I guess this is easy, but I ask anyway :) How can I cut 'www.' and '.no' or '.com' from a string? example input: [link] [link] I want this output: norway somewhere ...
Score Getting NT userId from asp page
mvr - 3 Feb 2006 9:20 PM - 2 messages
Hi all             Is there any way I can get the logged in NT user ID from asp page.             I tried "Request.ServerVariables("LOGON_USER")" but no use. ...
Score ASPX load a page in the main section
De kessé - 3 Feb 2006 8:08 PM - 2 messages
I have 2 ASPX files. One is the main, the other a smaller one which is the center part of the main ASP file. Now, how do I load the 2nd ASP into the first one? ...
Score ASPX load a page in the boy section
De kessé - 3 Feb 2006 7:52 PM - 3 messages
I have 2 ASPX files. One is the main, the other a smaller one which is the center part of the main ASP file. Now, how do I load the 2nd ASP into the first one? ...
Score Microsoft VBScript runtime error '800a004c'
john d - 3 Feb 2006 3:41 PM - 5 messages
I have an IIS 5.0 server with a Virtual Directory called test.  This virtual directory points to a share on the network, \\server1\share\ and uses a valid domain account in the "Connect As" field.  From an IE browser, you can access the virtual directory without a problem.  ...
Score Display File in WEb Browser using ASP
Tim - 3 Feb 2006 3:39 PM - 2 messages
Can anyone tell me how can i use ASP to display a file in the web browser? the file is located on the server in C:\temp directory. It can be any file. Is there any way that i can do this? ...
Score Active Directory and getobject("WinNT://"
Jeff - 3 Feb 2006 3:36 PM - 2 messages
All, I have a simple ASP web application that has been working great for years, and now we are moving to Active Directory.  The following code is in my global.asa file, but is not working anymore.  Note, although ...
Score Breakpoints being ignored
Timothy Greaves - 3 Feb 2006 2:22 PM - 1 message
Hi I have a PC with XP SP2 and IIS 5.1 installed. I also have VS 2002 and Interdev 6.0 installed. I am having problems getting the system to perform JIT debugging on ASP pages. I have enabled server side debugging on the appropriate pages in the ...
Score QUERY: clean/tidy for Visual Studio OR ASP code
KevinGPO - 3 Feb 2006 12:34 PM - 2 messages
I got ASP code (VBScript mixed with HTML & Javascript) and am looking for a clean/tidy program to clean up my code. Should I use Dreamweaver cleanup, tool? ...
Score Per IP Connection Limit in XP Pro IIS 5.1
WGM - 3 Feb 2006 11:51 AM - 1 message
There appears to be a per IP connection limit of 2.in XP pro IIS 5.1 Is there any way of removing this limit? When more than two ASP page requests are made from the same IP, only two are ...
Score ASP Calling ISAPI DLL
Prabhat - 3 Feb 2006 7:44 AM - 3 messages
Hello ALL, I have ASP pages that calls some ISAPI dll that created using Delphi for generating reports. The report page opens fine for 1st time when invoked but next time i get error like "Name not unique in this context." ...
Score One line replace for multiple targets?
Noozer - 3 Feb 2006 7:22 AM - 11 messages
Writing some ASP code and I need to take a string, representing a phone number, and strip out some characters, namely spaces, brackets and hyphens. I could write pNum=replace(pNum," ","") pNum=replace(pNum,"-","") pNum=replace(pNum,"(","") pNum=replace(pNum,")","") ...
Score Exporting Results from Webpage to Excel
tomslater2003 - 3 Feb 2006 7:20 AM - 1 message
Hi! I wanted to know if there is any possibilites to export search results of a particular webpage to excel? I have a website where in search for a specific criteria. After selecting the criteria, after i click on search I would be directed to ...
Score Detect Session Timeout
Cam - 2 Feb 2006 10:21 PM - 3 messages
Hi to all I have searched this subject and found some posts but none of them seem to answer my problem. I am developing a shop site and need to detect when a session times out through inactivity and tell the user that it has been reset and he has to ...
Score IIS - Crashing
Jess - 2 Feb 2006 9:48 PM - 1 message
I use plain old asp to code my pages with.  Is there anything that would make the entire server freeze up?  There's about 500 pages of which maybe 150 call a database for serving up the pages or updating an access database. ...
Score XML Caching in Classic ASP on IIS 6.0
TechNeck - 2 Feb 2006 9:21 PM - 9 messages
We have a website that reads data from Oracle and creates an XML file. Then the site uses that file to access the info faster. On IIS5 we have no problems, but on IIS6 we seem to have some caching issuses. This deals with ...
Score ASP / SQL Problem
dthmtlgod - 2 Feb 2006 6:46 PM - 9 messages
I think this is a ASP problem.  Here is my SQL procedures my the SQL server I can run these in SQL Query Analyzer and get the correct results.  However, when I try to run them through my ASP page, the first two do not return any ...
Score Using Vbscript function on Multi-select field
pmarisole - 2 Feb 2006 6:46 PM - 12 messages
I am trying to use the vbscript "split" function on a multi-select field.  I am trying to do a mass update of several records at a time. I am getting an error and I'm not sure what to do.  Here is the code if ...
Score ASP Calling ISAPI DLL
Prabhat - 2 Feb 2006 6:31 PM - 1 message
Hello ALL, I have ASP pages that calls some ISAPI dll that created using Delphi for generating reports. The report page opens fine for 1st time when invoked but next time i get error like "Name not unique in this context." ...
Score Unzipping component for .ASP
stjulian - 2 Feb 2006 6:22 PM - 1 message
On Windows Server 2003, IIS 6 I am looking for an unzipping component. I have a series of files that are available zipped at a considerable decrease in size. And before ASPINET fails on a script timeout, I'd rather download the zip file and unzip it ...
Score Updateing a record
Magua - 2 Feb 2006 5:08 PM - 2 messages
Whenever i try to update a record i always get the dreaded "No permissions" here is my updates statement. Please help. Function updateData() cid = Request.QueryString("wrkstaID")   sql="UPDATE work_station SET "   sql=sql & "workstation='" & Request.QueryString("workstation") & "'," ...
Score ASP.NET 2005 Solution Problem
mkd1919 - 2 Feb 2006 3:29 PM - 2 messages
I'm developing a web service that will eventually be sent to other like organizations to communicate for a particular application.  After a few weeks, I decided it would be better to split of the web service and custome ...
Score Thesaurus & internationalisation
Griff - 2 Feb 2006 11:41 AM - 5 messages
Hi I am writing a web application (visual basic language) that must be multi-national.  I know that I can handle different languages using resource files. However, I need to extend this application to handle a Thesaurus.  By this, ...
Score Invest $5,000. Get Back $80,600.00 . Get your share of the pie
Israel O.G.A. Fagbemi - 2 Feb 2006 5:10 AM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>&nbsp;<STRONG>$208 Million Magazine Project<BR></STRONG>Get your share. Earn ...
Score CDONT
Simon Wigzell - 2 Feb 2006 3:53 AM - 2 messages
Is it possible to extract from a CDONT a value that has been added to it? e.g. can I say: MyCDONTSMail.From="some email address" MyCDONTSMail.To="some other email address" MyCDONTSMail.Subject="some subject" MyCDONTSMail.Body="some body" ...
Score Getting a CDONT parameter
Simon Wigzell - 1 Feb 2006 8:08 PM - 12 messages
My website sends automatic emails from many (25) different places. I want to send a second email by reading the parameters of the first one. I don't want to have to repeat and maintain the assignment of the second email ...
Score XML/ASP Help Needed
lreames - 1 Feb 2006 5:29 PM - 17 messages
I am new to XML, but not ASP. I have the following XML that I load via Dim xml Set xml = Server.CreateObject("Microsoft.XMLDOM") xml.async = False xml.loadXML xmldom.xml <deals><escanoffers><escanoffer offerid="3743" itemnumber="502022" ...
Score Limitation of the number of recordsets ASP is able to proceed?
aa - 1 Feb 2006 4:05 PM - 7 messages
Is there a limitation of the number of recordsets ASP is able to proceed? When my Access database exceeded 544 records, only first 544 records are shown ...
Score Windows NT Index Server
John - 1 Feb 2006 3:35 PM - 1 message
I have written a search logic for my website using microsoft indexing service. I designed it on Windows XP. It works great. Then i copied that to our Windows NT webserver and it is giving me the following error Microsoft VBScript runtime error '800a01ad' ...
Score EARN OVER 9850 DOLLAR in 3 WEEKS !!!
EARN OVER 9850 EUR in 3 WEEKS - 1 Feb 2006 1:27 AM - 1 message
EARN OVER 9850 DOLLAR in 3 WEEKS !!! Hello friends, I´m Happy !!! I ordered the programm and it really functions. EARN OVER 9850 DOLLAR in 3 WEEKS !!! READ THIS: For everyone, who needs really money. Are you on the search for a lucrative source of income?  Would you like to ...
Score EARN OVER 9850 DOLLAR in 3 WEEKS !!!
EARN OVER 9850 EUR in 3 WEEKS - 1 Feb 2006 1:27 AM - 1 message
EARN OVER 9850 DOLLAR in 3 WEEKS !!! Hello friends, I´m Happy !!! I ordered the programm and it really functions. EARN OVER 9850 DOLLAR in 3 WEEKS !!! READ THIS: For everyone, who needs really money. Are you on the search for a lucrative source of income?  Would you like to ...
Score EARN OVER 9850 DOLLAR in 3 WEEKS !!!
EARN OVER 9850 EUR in 3 WEEKS - 1 Feb 2006 1:27 AM - 1 message
EARN OVER 9850 DOLLAR in 3 WEEKS !!! Hello friends, I´m Happy !!! I ordered the programm and it really functions. EARN OVER 9850 DOLLAR in 3 WEEKS !!! READ THIS: For everyone, who needs really money. Are you on the search for a lucrative source of income?  Would you like to ...
Score EARN OVER 9850 DOLLAR in 3 WEEKS !!!
EARN OVER 9850 EUR in 3 WEEKS - 1 Feb 2006 1:27 AM - 1 message
EARN OVER 9850 DOLLAR in 3 WEEKS !!! Hello friends, I´m Happy !!! I ordered the programm and it really functions. EARN OVER 9850 DOLLAR in 3 WEEKS !!! READ THIS: For everyone, who needs really money. Are you on the search for a lucrative source of income?  Would you like to ...
Score EARN OVER 9850 DOLLAR in 3 WEEKS !!!
EARN OVER 9850 EUR in 3 WEEKS - 1 Feb 2006 1:27 AM - 1 message
EARN OVER 9850 DOLLAR in 3 WEEKS !!! Hello friends, I´m Happy !!! I ordered the programm and it really functions. EARN OVER 9850 DOLLAR in 3 WEEKS !!! READ THIS: For everyone, who needs really money. Are you on the search for a lucrative source of income?  Would you like to ...
Score Connecting to SQLEXPRESS 2005 with an ASP web app
Rico - 31 Jan 2006 9:46 PM - 1 message
Hello, I have an ASP web app with an SQL back end.  It's currently connecting to an SQL Server 2000 database using an ODBC DSN.  I am currently migrating to a new Windows 2003 Server machine and ...
Score Dictionary Issue
CJM - 31 Jan 2006 5:27 PM - 6 messages
I'm using a dictionary to record some totals, however, my first attempt failed and I wasnt sure why... snippet from original code: oTotalFilters.Item(rsNetStock.fields("PartNo"))  = oTotalFilters.Item(rsNetStock.fields("PartNo") ) + CInt(iNumFilters) After going back to the start, I eventually realised that the dictionary ...
Score XMLHTTP character issue - converting byte array to string
yllar2005 - 31 Jan 2006 2:05 PM - 5 messages
Hi! I'm using Msxml2.ServerXMLHTTP.3.0 to fetch a HTML page on a remote server. The fetched page is then parsed and the information of interest is extracted and send to the client browser. However, the remote server does not specify any character coding in its ...
Score Cookies problem on Win2003 Eng + IIS 6.0
Claudio - 31 Jan 2006 1:45 PM - 1 message
I have a demo app where cookies does not work. The first page create a cookies. The second read the contet. If I browse the pages via IE6.0 the pages does not work. If I browse the pages via FireFox the pages work fine. ...
Score Closing Recordsets/Connections
CJM - 31 Jan 2006 1:01 PM - 3 messages
Is it sufficient to Set a Connection or Recordset to Nothing, or ought they specifically be closed first? E.g. Set rs = oConn.Execute(sSQL) 'Do stuff Set rs = Nothing Set oConn = Nothing ...
Score Scaling with ASP and Server Memory Issues
greg - 31 Jan 2006 11:06 AM - 1 message
Hi, I am hosting hundreds of websites on a webserver using a combination of sql and asp. SQL is on a different server. The web server is running win 2003 iis 6 with a single processor and 1 GB Ram. All websites are in 1 app pool. ...
Score Displaying a "choose folder" dialog
guido_brasletti - 31 Jan 2006 8:48 AM - 1 message
Hi, I'm asking for help because I read dozens of threads on this subject, but I still cannot make it work. I'm developing an ASP script (running on a SBS 2k. I'm a beginner with ASP) to use on our intranet which does searching on our file server ...
Score sending ASP output to a excel file
mvr - 30 Jan 2006 9:49 PM - 3 messages
Hi all       I have a asp page which will get the data from multiple tables (with functions and procedures)and display data in HTML tables <TABLE> on ASP page. Is there any way we can create a excel file from the output of this ASP ...
Score Visual Studion Connect to Win 2003 IIS 6.0 Server is challenged
Richard Lawson - 30 Jan 2006 9:24 PM - 3 messages
Every time developers try to connect to a Windows 2003, IIS 6.0 server they are challenged by NT. The directory is shared and they have full rights and can connect using Windows Explorer and Notepad. However, they are challenged with Visual InterDev 6.0. Only the ...
Score ASP on Win 2003 Server
Tim - 30 Jan 2006 9:01 PM - 3 messages
My window server is going to be upgraded from Win NT 4.0 Server to Win 2003 Server.  I don't know if I can put an ASP web application on this new server without any problem. I guess ASP.NET would be better but right now I just ...
Score Way to limit total number of sessions from one IP address
tbone - 30 Jan 2006 8:00 PM - 3 messages
In trying to improve the throughput of a classic ASP app I wrote last year, I added monitoring to the application and session start and end methods. For one, I'm counting the total number of sessions and the high water mark. My monitoring has revealed a few interesting things. ...
Score how to open and then close a new window?
john - 30 Jan 2006 5:27 PM - 3 messages
Host Environment:  IIS in window 2003 server, three web servers, one load balance, ASP (not ASP.net) code set. Background: There is part A codes  in one asp page (page A) to open a new window (Window B). The new window like a clock non-stop running. There is part B codes in ...
Score META REFRESH
joeblast - 30 Jan 2006 5:06 PM - 2 messages
Can someone explain to me why the META Refresh doesn't work in an ASP.NET page?  It works just fine in my old asp one! Content value has to be in quotes if not otherwise I get a warning. ...
Score How do I check for the existence of a file?
www.MessageMazes.com - 30 Jan 2006 3:22 PM - 3 messages
Greetings, I'm experimenting with an ASP page that reads data from a file name that is passed to it as a parameter, as in this page, which works, because the "good" file exists.     [link] ...
Score copying page
Jeff - 30 Jan 2006 2:42 PM - 5 messages
Is there a way, to make a page that gets info from a DB using scripting. then take that page, and copy it to another folder, BUT, not having the script there. making it become all html? so the page would contain html, but would be the result of what was ...
Score Newbie question on error checking
rich - 30 Jan 2006 1:43 PM - 4 messages
Hello, I am fairly new to ASP code and need help with error checking within my script. Specifically, I need to check for 3 things: 1.  Trap the error if the script cannot find or connect to Active Directory. ...
Score Question about For-Next
kristofferorstadius - 30 Jan 2006 1:01 PM - 3 messages
Hello, I have a simple 'For Next'-code (see at the bottom). In the middle of the loop I want an IF-statement, which (if it is true) jump over to next level. I thought I could solve it through simple just writing an IF-statement ...
Score Form post not passing data to ASP???
MK - 29 Jan 2006 2:26 PM - 3 messages
I have IIS server installed on XP-pro. I also have Norton Internet Security installed. I can run simple ASP programs without any problem. But when I use forms with post method and call an asp in action, it does not pass any data ...
Next »