473,587 Members | 2,316 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP / Active Server Pages Forum

ASP (Microsoft's Active Server Pages) web scripting language - Ask questions about asp development and scripting, ADO, scriptlets, caching, COM, components, sessions, data access, database, objects, cookies, security and more.
0
954
thread by: alderran | last post Oct 29 '05 by: alderran
If Request.QueryString("Document")="" Then Response.Redirect("error.htm") End When the above code runs from a link without the "Document" parameter supplied I get the error page to load but the url does not indicate that the file that I am viewing is error.htm? How do I redirect so that the correct url appears in the browser?
1
1,342
thread by: tim | last post Oct 29 '05 by: Bob Barrows [MVP]
Hello All I am writing an asp app for generating quotes. What I would like to do is allow the user to edit the quote lines without having to open a new page each line. On the quote I have created a loop which goes through the recordset and populates a sort of data grid. Can you use javascript or something so the user can click an edit...
4
1,464
thread by: Hugh Welford | last post Oct 29 '05 by: Hugh Welford
hi - I have a form with 6 multiline text boxes each accepting data to be stored in a memo field. the form accept as much date as can be typed, but refuses to send data after a certain limit (havent actually counted the # characters) Is there a limit to the number of characters a form can send, or is it some other design problem Thanks...
3
1,823
thread by: Bill | last post Oct 28 '05 by: Evertjan.
Using ASP in a VBScript environment, how can I check the protection on a directory, or a particular file?
9
1,397
thread by: Erencans | last post Oct 28 '05 by: Roland Hall
Hi All, How can i find an asp file's TAG like input, button from another asp file... For example i call a.asp from internet explorer and i want to list b.asp 's elements.(input, button, etc...) Thanks alot.
1
1,524
thread by: chug | last post Oct 28 '05 by: Evertjan.
How do I change this script to delete records after they are one year old? RSa.MoveNext Loop set fso = Nothing RSa.Close ' Then, Delete old notifications
1
9,815
thread by: bajopalabra | last post Oct 28 '05 by: bajopalabra
hi this code bellow get data from a web service (tradicional asp) but result is not parsed into XML ... that is, JUST get "cat4" instead of "<animal><name>cat</name><legs>4</legs></animal> set osoap= Server.CreateObject("MSSOAP.SoapClient30") osoap.ClientProperty("ServerHTTPRequest") = true...
2
3,009
thread by: Kent | last post Oct 28 '05 by: Gottfried Mayer
What am I missing here. Why doesn't this produce a random string. It is kind of random. <% Const ConstantLower = "bcdfghjklmnpqrstvwxyz" Const VowelLower = "aeiou" Const Numbers = "0123456789" Const NumOfChar = 12 Dim x : x = 0
3
1,990
thread by: phil2phil | last post Oct 28 '05 by: Patrice
hi, had a question on preloading a dropdown. we have a textbox and dropdown on the page, user is suppose to enter in a zip into textbox, then the dropdown should load the state based on the zip. we can pull the state from the database on a zip match table, but how do we preload the dropdown, is there a way without posting back?
5
1,461
thread by: Steve Wofford | last post Oct 28 '05 by: Patrice
Why can't I get the following running??? <% Dim GetODBCdsn GetODBCdsn = <!--#include virtual="\connections\sqlconnection.txt" --> Response.Write(GetODBCdsn) %> TIA,
0
1,113
thread by: Ian Sharp | last post Oct 28 '05 by: Ian Sharp
Hi all, I have the strangest problem with a website and an ASP Server DLL (written in Delphi 6). The DLL has worked well for a long time, but when various bits of data are updated in a SQL Server database, the DLL is designed to refresh various settings from the DB and reflect the data changes. However, the DLL still 'hangs-on' to the...
2
1,563
thread by: steven scaife | last post Oct 28 '05 by: steven scaife
Hello, I have enabled authentication for the site in iis and set the default domain to the domain we are on. This is working fine and when i list all the server variables it shows the auth_user as domain\username so all is good there. However we have a NAS server that has a hidden share and i need to be able to check whether a folder...
2
1,612
thread by: WohooWahoo | last post Oct 28 '05 by: WohooWahoo
I just finished writing an app for an ASP.NET website which uses SQL, C# ASP.NET and web services on my development box. Ported the app over to the Web Server (running W2K3, IIS 6, SQL2K), created the website on IIS, setup the appropriate SQL db, and loaded VS.NET 2K3 to compile the app. However, the app will not compile due to ASPNET and...
3
2,036
thread by: Chris Davoli | last post Oct 27 '05 by: Steven Burn
I'm getting the following error on my locahost at work when I browse in IIS. "Class does not exist. " I created a web site in classic asp but I get this error. When I check IIS for the web logs it gives me 18:52:07 127.0.0.1 GET /PatientPortal/blank.asp 500 What can I do to correct this? -- Chris Davoli
10
4,176
thread by: DaveFash | last post Oct 27 '05 by: Turkbear
Posting variables from an HTML FORM, via the Request.Form function on the receiving ASP page is great. But how can you POST a Form variable to an ASP page -- without a human pushing a Submit button? An ASP page that can decide when to POST and send the Form vaiables, but out without a
2
3,107
thread by: Me | last post Oct 27 '05 by: Turkbear
I have an asp page accepting input from users Lets say this is form A, form A passes data to another form (say form B) to validate the data, if its valid then I want to open up another asp form (say form C) that does some queries based on data sent by form B. I need help in opening the form without user intervention meaning, users should...
0
1,065
thread by: Jayesh | last post Oct 27 '05 by: Jayesh
I have developed one email sending facility for my system. But I am not able to send some special charecters like centigrade and phy...This special chars get converted in to some junk chars. Please revert back me. Thanks in advance, Jayesh Patel
7
2,358
thread by: MyndPhlyp | last post Oct 27 '05 by: Chris Hohmann
I am building up a library of Class'es that represent various columns of table layouts. One often used column is "name" and each occurrence is treated identically. (What a concept, eh?) Part of that library of Class'es includes representations of various tables. (Just let me know if you see a trend going on here.) These Class'es use the...
3
1,467
thread by: Laphan | last post Oct 27 '05 by: Chris Hohmann
Hi All Do u know of any good ng or forum that specifically tackles ASP ecommerce queries? Thanks Laphan
1
1,598
thread by: Laphan | last post Oct 26 '05 by: Phillip Windell
First of all, my apologies for the xpost. I realise the netiqute, but this query seems to cross the boundaries of both these groups. Basically I have created a small ASP site that allows a user to upload their own pics via ASPupload so that they can be used on their site. I use a very simple form with a INPUT file box to allow them to...
2
1,238
thread by: Awana Fuqu | last post Oct 26 '05 by: Mark Schupp
Will CDO work under Windows Server 2000? I'm guessing it will. The problem is that I wrote a nice little ASP app under Windows Server 2003 which works REALLY well. Sends out the email with NO problem. 'Course, it uses an external SMTP server, but I'm assuming this shouldn't matter, right?. Because when I port it over to Windows Server 2000, it...
4
54,792
thread by: jrasmussen | last post Oct 26 '05 by: jrasmussen
I have created an Excel spreadsheet for the web. When it opens in IE 6.0 I get the message that the format is not supported. This is because it is in tab delimited format. Ane when I save the file, It saves it as txt. How can this file be created so that Excel sees it as an .xls format. I created the data in VB 6.0 with a vbtab to seperate the...
3
2,216
thread by: Laphan | last post Oct 26 '05 by: Bob Barrows [MVP]
Hi Everybody I put the On Error Resume Next command as the very first line in my ASP pages, which may contain various inc files and sub-routines/functions, so that I can try and stop the dreaded DB error messages displaying to visitors and would-be hackers. My question is, does this one statement at the top of the page cater for all of...
2
1,314
thread by: BuddyWork | last post Oct 26 '05 by: Curt_C [MVP]
Hello, I want to be able to client process of the ASP page to get the value populated in Request("rssFeed"), how can I do this because the Request object is not available to the Client-side. Thanks
3
3,587
thread by: Andyza | last post Oct 26 '05 by: MyndPhlyp
My prod box consists of the following: - Windows 2003 Server - Exchange 2003 If I use cdoConfig to send emails from my .asp application do I need to include the following typelib on my .asp page if I'm running Exchange 2003: <!--METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB-00C04FB1625D" NAME="CDO for Windows 2000 Library" -->

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.