all groups > inetserver asp general > august 2006 > threads for august 29 - 31, 2006
Filter by week: 1 2 3 4 5
Read Email (please help)
Posted by SJ at 8/31/2006 1:59:51 PM
Dear Friends,
I see there are lots of messages on this topic, but I have not been
able to find a simple answer to the question:
Can I read mail (from an inbox) on an exchnage server with ASP?
If so, how?
I hear all this about CDO, CDOSYS, etc, but they all seem to be able to
only send ... more >>
ASP/OO4O Problem: Unexpect result from package
Posted by CJM at 8/31/2006 1:23:05 PM
I'm working on my first Oracle DB, so bear with me...
I have a couple of validation routines which are both returning the same
result regardless of the inputs. One checks if a Serial No already exists,
the other checks if a Part No is valid.
Currently there are no Serial Nos in the system,... more >>
Issues with ' and %27
Posted by Drew at 8/31/2006 12:30:04 PM
I am having difficulty fixing a problem with one of my apps. I know that
using an apostrophe will error the SQL statement out, since it thinks that
the apostrophe is the end of the statement. My issue is that I have replace
code in my app that is *supposed* to replace the apostrophe with dou... more >>
CDOSYS email - create hyperlink in body?
Posted by Beefminator at 8/31/2006 12:05:37 PM
Hello,
How can you create a hyperlink in the HTML body of CDOsys email? Line 7
is a link for yahoo.com, but the asp page does not work.
Set objMessage = CreateObject("CDO.Message")
objMessage.Subject ="Test Page - File upload"
objMessage.Sender = "" & Request.Form("email1") & ""
objMessage... more >>
ASP form not working
Posted by Athmaus at 8/31/2006 11:17:02 AM
Hello,
I have this ecom page that i am making where customers can select to choose
additional licenses before they purchase. I have that part working with
javascript.
Problem is that when the selection is made and you hit the add but it isn't
sending to the right pages (and i think i nee... more >>
looking for zip code to state autocomplete
Posted by Zen Masta at 8/31/2006 9:09:44 AM
I'm looking for a script that will auto complete the state field when
someone enters their zipcode.
I'm currently using http://javascript.internet.com/forms/zip-to-state.html
but its kind of out dated and often returns null. Does anyone know of a more
up-to-date version or one that is updat... more >>
Problems with sending an encoded url
Posted by Kavita.K.Singh NO[at]SPAM gmail.com at 8/30/2006 11:58:07 PM
Hello Gurus
thankyou for your help in advance :)......heres my problem
var vAppPath=3D(my file)
xmlHttp =3D new ActiveXObject("Microsoft.XMLHTTP");
xmlHttp.open("POST",vAppPath,false);
xmlHttp.setRequestHeader("Content-Type",
"application/x-www-form-urlencoded");
xmlHttp.send("text=3D" +
e... more >>
cookie testing
Posted by shank at 8/30/2006 1:14:20 PM
I need to revisit cookie testing. On the home page and every product page I
write a cookie. I do this because some users enter by direct links to
product pages.
<%
Response.Cookies("cookietest") = ("49")
Response.Cookies("cookietest").Expires = Date + 2
%>
On the cart page I test for th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP Compiling?
Posted by Victor at 8/30/2006 12:21:32 PM
I've got a website that is very fast. I just added a subroutine in the file global.asp
(global.asp is run each time any page is called). The subroutine determines the user's
country by comparing their IP address against a 6Meg Access database that converts IP to
country. It then sets a Session va... more >>
ASp Spreadsheet
Posted by LeoKPorto at 8/30/2006 8:06:02 AM
Hi, i am having a problemn thinking on a solution to make a web application.
This is the scenario: I have to make an application that should catch some
user data on the screen and pass it to a database. Here is the problemn: the
data that the user will pass is huge. I am talking about some col... more >>
MS SQL search
Posted by ash at 8/30/2006 12:00:00 AM
I want to search the content of some database tables,
do asp has some function or tool do this?
thx
... more >>
Using Access Database on Different Location for .NET 2.0
Posted by MA P at 8/30/2006 12:00:00 AM
Hi!
I am use to the include file on classic asp for maintaining MS Access
database location. On using Visual Web Developer Express, I can only use the
MS Access database if it is located on the same folder with the web app. Is
there a way that I can locate MS Access as my database but the l... more >>
database search
Posted by stephy at 8/30/2006 12:00:00 AM
I want to do a searching on database some tables' content, is asp have so
function or tool to do this?
thx
... more >>
External Server pull files from Internal Server
Posted by Daniel Di Vita at 8/29/2006 7:01:02 AM
I have an application that needs to pull files from an internal server. This
is the setup. The web server is external facing, meaning exposed to the
internet. I then have a file server that sits inside our domain. I created a
COM object that can impersonate a user to retrieve files from that s... more >>
delete session data for other users logged on
Posted by jjw at 8/29/2006 12:59:28 AM
I have a website that requires users to login. We track them by using
sessions. We record the time and date that they login, their session
id, the last page they visited, etc in a database. As as admin, I
would like to be able to login and force a logout of other users logged
in. Is this pos... more >>
Error trying to send email
Posted by Jay at 8/29/2006 12:49:28 AM
error '80040211'=20
/register.asp, line 71=20
I receive this error when i attempt to send an email.
My code is as follows:
Dim ObjSendMail
Set ObjSendMail =3D CreateObject("CDO.Message")=20
ObjSendMail.Configuration.Fields.Item =
("http://schemas.microsoft.com/cdo/co... more >>
|