Classic ASP question
Wed, 06 Aug 2008 07:29:18 -0700
I have very little experience of Classic ASP, but I need to take some
data from a table, write it to the screen in a tabular format, show a
check box at the end of every row, and write some code to enable the
user to check all check boxes, and then some code to respond to a button
click to find out which rows we ...
|
Detecting if modified since in Classic Asp
Wed, 6 Aug 2008 07:02:02 -0700
Hi
I am trying to read the html header 'if modified since' by using
Request.ServerVariables("HTTP_IF_MODIFIED_SINCE") in classic ASP. But I am
unable to get anything from this, this variable is always empty. It is also
excluded when I try to list all the server variables. We are using IIS6.
So please can ...
|
INSERT Data from SELECT query
Wed, 6 Aug 2008 02:29:02 -0700 (PDT)
I think I am attempting a simple procedure but I just can't figure out
the correct syntax. My asp (classic) page runs a SELECT query to
obtain dates and ID's from 2 tables
uSQL = "SELECT cal_date, holiday_ID from Calendar, holiday_tbl WHERE
(((calendar.cal_Date) Between [holiday_tbl].[startdate] And
[holiday ...
|
Path=Server.MapPath
Tue, 5 Aug 2008 14:52:15 -0700
Hi all,
I have one line code in my program, occasionaly I will receive the following
error:
"The Path parameter for the MapPath method did not correspond to a known path"
Path=Server.MapPath(sCertPath & "\" & order_id & ".pdf")
I am wondering what is happening since every time I check my error log, the ...
|
ASP Access Recordset Paging
Tue, 5 Aug 2008 14:37:48 +0300
Hi all,
I have access database file with 2 tables,
the tables have the same columns but with different data,
and I have 2 asp files that show the content of each table with paging
recordset,
they have the same code, but only one asp works,
when I try to open the second page i got this error:
Error Type ...
|
ASP + CDO send Chinese email issue
Tue, 05 Aug 2008 12:17:07 +0800
Hello all,
I am using ASP + CDO tp send mail (running on Win2000 server and
will not upgrade to use ASPX in 2 years time). I use ASP + CDO to send
email with Chinese To:, From:, Subject: and content. The content can
display correctly but the To: From: and Subject become "???" after
transfer. Is there any wa ...
|
ASP and FTP
Mon, 4 Aug 2008 14:34:20 -0700
Hi Everyone,
I have a new project for which we want to exchange files with our remote
support center via FTP without human intervention.
Our company is using Microsoft Navision while our remote support center is
using their own system (for which I donĂ¢??t know what it is).
My original idea is having an ...
|
|
|
[.Net] SiteMap
Mon, 4 Aug 2008 14:13:43 +0100
Hi all,
This is probably the most stupid of stupid questions being that I have been
unable to find very much out online so far about it...anyway...
I am creating a master page as a template for our teams applications. I
have added a sitemap control to it, having read that if the URL's were
copies or did ...
|
Worldpay integration in classic asp
Mon, 4 Aug 2008 04:53:46 -0700 (PDT)
Hi folks,
Currently I am developing a shopping cart in which i need worldpay
integartion. I also want customer to be redirected to my web site
after transaction. Worldpay also provide default pages for that
purpose but i need a customized page on which customer will be
redirected after transaction. So do any ...
|
programmaticaly changing the default directory page
Sun, 3 Aug 2008 20:36:52 +0100
Anyone know if its possible to create an ASP script to reset the default
page of a particular directory
...
|