Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages. The introduction of ASP.NET led to use of the term Classic ASP for the original technology.
0
votes
1answer
12 views
Remove item from ASP listbox in client side script
I am using this JavaScript code to delete the selected item in a listbox named lbResources when the user clicks a button:
var listResources = document.getElementById('lbResources');
...
0
votes
0answers
32 views
Using “OR” versus “AND” Operator for Getting Specific Results
Will do my best to explain my problem here. I ran a query which works good for checking people who have completed either courseIDNum=11 or courseIDNum=12 in districtIDNum=5, but NOT both ...
0
votes
0answers
10 views
How to populate select/combo box without submitting the master form (ASP)
I've got a master form on my page, and I want to create onClick events for some of my drop down boxes to populate other drop down boxes depending on the choice made.
I know I can't have a form within ...
1
vote
1answer
27 views
Android SQL INSERT Date into Access
I have an Android application that sends data to an ASP page, which then sends the information to an Access database. This worked fully before. Recently we had an issue with our server and now that it ...
0
votes
0answers
17 views
How to print A4 size paper using css in HTML (using classic ASP)
I am unable to set fixed HTML size for print on A4 sized paper.
Every time data size changes in content the print format
0
votes
0answers
12 views
How adjust scale of a table in a container on Html?
I have a problem to automatically adjust a table in a div if the user adds collones or lines in the matrix. Even if its size exceeds, I wish he still full in my "container div" by setting a smaller ...
0
votes
1answer
56 views
How to produce this html table in asp.net?
I need to convert a classic asp app to asp.net.
The old asp uses a hardcoded html table to get the results.
I am unsure how to get the same in .Net.
I need to produce a grid like look.
Section ...
0
votes
1answer
9 views
In ASP CLASSSIC inclusions are executed before or after the statements?
let's assume we have a situation like:
if session("lenguage") = "ENG" then
<!--#include file="eng_page.asp"-->
else
<!--#include file="not_eng_page.asp"-->
end if
i would like to ...
0
votes
1answer
7 views
IIS 7 + Windows Server 2008 - Sending Emails from Classic ASP using CDO
On our existing platform we decided to upgrade our development server from Windows Server 2003 to 2008 some time ago.
The problem we are facing is that all asp scripts that used to send emails before ...
1
vote
1answer
32 views
Inserting alphanumeric characters into ms-access database using asp classic
I am having trouble when I try to introduce alphanumeric characters into ms-access database. I am able to do it with numerical and date characters, but it seems to be a problem with alphanumerical ...
-2
votes
0answers
21 views
Entity Framework. dbEntity.Refresh() or dbEntity = new Entity()? [closed]
guys. I faced the next problem tonight.
I've got two programs, which use the same database at the same time:
Asp.net MVC. uses entitymodel of database for CRUD
the second one (in winForms) just ...
0
votes
4answers
41 views
Upgrade backend functionality of website - opinions wanted on different options [closed]
We have a website that originated in 2001, which started with some simple classic ASP scripts that enabled website viewers to dynamically configure products by following a step by step process of ...
0
votes
1answer
35 views
SQL Query returns results for all districts but I need only one district to show up
I am trying to get data for the people in districtIDNum = 5 who have completed either courseIDNum=11 or courseIDNum=12, but NOT both.
However, after I executed the query, it returned ALL districts. ...
1
vote
0answers
50 views
Compare URL on mouseover to display drop menu using javascript
I've been looking for an answer for this for the last couple of days but cannot seem to find anything.
I have a css drop menu that needs to appear when a certain link is hovered over. Normal css ...
0
votes
2answers
7 views
IIS6 Classic ASP cannot server one sub folder
I just setup a new server for a client to move their code from a hosted solution to a server in their office. New hardware running Windows 2003 Server with IIS 6. All the Service packs up to date. ...
0
votes
1answer
28 views
How to Retrieve Data Using “OR” Operator
Let's say if I want to find if the people in a certain district (districtID=5) has taken Course A (cID=11 or cID=12) BUT not both since they have the same course name with different cID, how do you ...
0
votes
0answers
12 views
ADODB.Stream error '800a0bbc' Write to file failed
I've weird and strange error showing while I change hosting provider which is:
ADODB.Stream error '800a0bbc'
Write to file failed.
/cp/portal_upload.asp, line 63
I gave the needed ...
0
votes
0answers
8 views
XMLDOM.save(Response) do nothing instead of throwing exception
Instead of fail with "buffer limit exceeded" error this code works, but do absolutely nothing. Repsonse is empty and there's nothing indicating that something gone wrong.
reponseXML = ...
0
votes
0answers
18 views
ASP, do I need to escape certain characters when using CreateParameters on insert statement
I have recently changed my insert statements to use .CreateParameter in ASP JScript in order to avoid SQL injections.
I use to do a simple insert and was escaping certain characters for fields from ...
0
votes
0answers
21 views
Converting extended ASCII characters sometimes produces negative numbers
I'm having a problem with strings containing extended ASCII characters in classic ASP/VBScript. While reading each each character of the string I get some negative values from the Asc() function.
...
0
votes
0answers
20 views
How to grab google visitor keyword query in asp clasic?
I want save google search terms in my database. I'm using asp and mysql database.
0
votes
2answers
29 views
passing multidimensional array from asp to vb6 dll
I have tried every help available on all other relative topics, but nothing sorted out the issue , Code is as below
VB6 (DLL Code):
Public Function enterorder(vals() As Variant, ordhdr() As Variant) ...
0
votes
1answer
21 views
ASP JSON library
I'm useing JSON2.asp for classic asp support for parsing JSON.
the string i'm getting from the server is something like that
{'title':['aaa',0,'1',''],'columns':['aaa','bbb','ccc','ddd']}
the asp ...
0
votes
2answers
46 views
How to insert date in a table with a different format?
My problem here is that I have a date value as 05/09/2013 in a HTML text box which cannot be altered.
Now sql only accepts date format as yyyy/mm/dd. so while inserting this textbox value into sql ...
0
votes
1answer
20 views
Canonical Redirect with classic ASP shows site folder
If pointed to http://domain.com it redirects to http://www.domain.com/thesite/index.asp which is the actual location. No matter the page, it always appends the actual folder path.
ive been using ...
0
votes
0answers
17 views
how to perform a word merge using asp which uses a query into access and get it to print?
I am currently making a project which requires me to use a mail merge in MS Word. This is run through a system which is currently on a server and has a template file with the merge fields ready to go. ...
0
votes
0answers
26 views
Classic ASP and Internet Explorer 7
I have a page that produces more than 50,000 lines of code after it runs.
Although hard to believe (sarcasm), IE7 chokes up on it (gives me slow script warning), and of course IE6 is worse. I get ...
0
votes
1answer
51 views
how to get file name in classic ASP
Problem: I have a form
<form action="validate.asp" method="post" ENCTYPE="multipart/form-data">
which has a file field input type= "file"
now I need to retrieve the file name in the ...
0
votes
2answers
56 views
Classic ASP Type Mismatch
I'm having some troubles with a Session variable on Classic ASP.
On line 19 of the following code, I'm getting a "Type mismatch: 'i'" error
debug.asp is a module included in session.asp, another ...
0
votes
2answers
63 views
Is it possible to use .asp extension for ASP.NET code?
I want to ask if it's possible to configure server to work with .asp extensioned files as with ASP.NET pages. Or it's absolutly denied to not mix new code with old ASP?
1
vote
0answers
19 views
Failed to Attach to Script process in VS2010
I am trying to attach to w3wp.exe to debug classic asp.
i am attaching to type "Script", but get the following error:
Failed to attach to these type(s) of code: Script: A debugger is already ...
0
votes
0answers
20 views
Insert long string into Access DB using parametrised query in classic ASP
I'm trying to update a classic ASP application and as part of the update I've tried to replace dynamic SQL using string concatenation with a parametrised query.
The problem is that the parameters ...
0
votes
0answers
27 views
SQL Server 2008 R2, Hebrew returned as question marks
I've got an ASP Classic site hosted on IIS 7, powered by SQL Server 2008 R2.
The data in the tables of the DB is in Hebrew.
The problem is that when I try accessing the data from the site (as ...
0
votes
1answer
34 views
how to validate form and sending email
i have one form that validate form fields with javascript and sending email with VBscript. how ever validation works fine but email not sent to email account.
VBScript to sending email:
<%
posted ...
0
votes
1answer
24 views
SQL Server 2005 Connection with ASP classic
I want to connect main page with user login in ASP. I use MS SQL 2005 and I wrote below codes but I didnt get any result. Could anyone help me about connectionstrings?
Dim MyLogin
Set MyLogin = ...
1
vote
0answers
25 views
Getting web page is not responding in IE10
My web application is developed with classic ASP page, Java Applets and VB script. It also communicates with ISAPI dll.In some machines My application is working fine in IE10.
In some other machines ...
0
votes
2answers
39 views
Classic ASP converting ampersand values into characters
I am saving html values to the DB.
Values such as:
® ®
They save correctly to DB, but when I pull back the code it returns to the textarea as:
® ®
What can I do to ...
3
votes
2answers
38 views
Missing Results from Recordset
I'm having an issue when I create a recordset object in classic asp where my recordset object does not recognize the correct number of results.
My code:
subProdQuery = "SELECT idProduct, idSupplier ...
0
votes
0answers
28 views
How to upload file and other information using Classic ASP
What is the alternative for classic ASP like in php for uploading a file and other information from a form?
PHP would be
$mime = $dbLink->real_escape_string($_FILES['uploaded_file']['type']);
...
0
votes
0answers
17 views
Replacing frames in an existing web app
Situation:
We have an Intranet webportal that has been developed and has been handed over to me.
The portal is in classic ASP, and involves a lot of work over the last 5-8 years. migrating to .Net ...
1
vote
2answers
27 views
MYSQL, COUNT = 0 Error
MYSQL newbie
My SQL/ASP:
sQuery = "SELECT ID, Shop, Make, COUNT(*) AS iTotal From Test.Makes WHERE Shop = " & s & " GROUP BY Make ORDER BY Make ASC;"
The table contains 1 line ID=1, ...
0
votes
1answer
14 views
Retrieving parameters from request ASP Classic 3.0
Is there a problem or difference between retrieving the request parameter as follows:
Request("<ParamName>")
Instead of:
Request.Form("<ParamName>") or
...
-1
votes
0answers
29 views
Data provider or other service returned an E_FAIL status - ERROR
I'm trying to run an asp webpage and I'm using vbscript. I have an SQL query to gather a collection of records and then I need them outputing into a table on the page. Sounds pretty straight forward ...
-2
votes
0answers
24 views
how to display a table of 1600 records in calssic asp [closed]
I want to display a table of 1600 records and want to updated every time when a new user enters.and the table should also show a pop-up menu when clicking on a data how can i create this table in ...
0
votes
1answer
37 views
Getting value from enter key submit
How can I get the content when the enter key is pressed?
<script language="JavaScript">
var HttPRequest = false;
function doCallAjax(Mode) {
HttPRequest = false;
if (window.XMLHttpRequest) { ...
0
votes
1answer
25 views
Query a Junction Table from MS Access Database in a ASP / C# Webpage
I'm writing a ASP page where: Student Logs in -> Student Reaches Welcome Page w/ Link to Show them Their Enrolled Courses -> Linked Page Shows Course Info, Description etc.
I have MS Access database ...
0
votes
0answers
35 views
How to get accented characters to work in classic ASP generated Excel file?
I have this classic ASP code that gets data from a SQL Server database, and then creates an Excel file using Response.ContentType = "application/vnd.ms-excel".
However some of the data has names ...
0
votes
1answer
24 views
abcpdf7 vb6 is letter wrapping, rather than word wrapping
I am working on some legacy code and system, and trying to get auto -resizing of text working.
however, despite the code working really well. This also wraps actual single words into two words.
for ...
2
votes
2answers
65 views
calling a long running vb6 com object in classic asp .. time out error
I have a long running vb6 Com object called from a classic asp page
it works perfectly when there is not a lot to do but it times out if it has to do a lot.
is there a way of calling it async so it ...
0
votes
1answer
25 views
Capturing Last Executed Sql Statement in Classic ASP
How to capture the last executed sql statement on a classic asp website.
My classic asp website is on windows 2008 and sql 2008
i'm handling errors using server.transfer to an asp page 500.asp
i'm ...



