
Signature
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300dec7@news.demon.co.uk>
On Dec 30, 11:33 am, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
> > I'd like to know how to implement the "Forgot Password" feature on
> > many websites which require a login, exactly like this ebay example:
[quoted text clipped - 14 lines]
> the best source of advice on designing systems that use javascript.
> -- Richard Cornford, cljs, <f806at$ail$1$8300d...@news.demon.co.uk>
Thanks PointedEars.
Yes, server-side scripting is available. Not exactly sure what the
final server platform will be, so not sure about PHP. Would rather not
start mixing languages anyway since most is already written in
javascript ASP pages.
So any ideas how to get the server to send an email to the address I
supply? I've been playing with Server.CreateObject("CDO.Message") but
is giving me errors at the moment.
Thanks.
Thomas 'PointedEars' Lahn - 30 Dec 2007 13:41 GMT
>>> I'd like to know how to implement the "Forgot Password" feature on
>>> many websites which require a login, exactly like this ebay example:
[quoted text clipped - 12 lines]
> start mixing languages anyway since most is already written in
> javascript ASP pages.
I did not mention PHP.
> So any ideas how to get the server to send an email to the address I
> supply?
http://search.msdn.microsoft.com/search/Default.aspx?query=asp+send+mail&brand=m
sdn&locale=&refinement=00&lang=en-us
> I've been playing with Server.CreateObject("CDO.Message") but
> is giving me errors at the moment.
http://www.jibbering.com/faq/faq_notes/clj_posts.html#ps1DontWork
However, if the above does not help, I think you better ask in an ASP
newsgroup like
news:microsoft.public.inetserver.asp.general
news:microsoft.public.dotnet.framework.aspnet
PointedEars

Signature
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300dec7@news.demon.co.uk>