Help with DRW tweek

  • Thread starter Thread starter Paul M
  • Start date Start date
P

Paul M

Hi
I have set up search page using the DRW to retreive forgotten login
details ,this works fine,the lost information is displayed in the browser.
For added security I would like to be able to send the recordset to there
email address instead. There email address is one of the fields in the
database so I need it to read this field as the email address to send it to.
Can this be done
Paul M
 
Require that you custom write the ASP to retrieve the record and then send it using whatever email
component the host has installed or available for your use on the server.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Hi
I thought that I might able to insert a bit of asp into the DRW asp to send
it to the email address
Paul M
 
You might be able to modify the DRW generated code, but you will still have to write custom code to
actually send the email. The code that is required is based on what ASP email component is installed
and supported by your host on the server.

This is where you need to take the opportunity to learn ASP/VBscript and not rely on the FP Database
components.

The following MS KBs may be helpful:

http://support.microsoft.com/default.aspx?scid=kb;[LN];Q275251
http://support.microsoft.com/default.aspx?scid=kb;en-us;321439

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top