Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Email sent upon launching page


Message #1 by "Sam Johnston" <sam.johnston@j...> on Tue, 29 Oct 2002 10:24:04 -0500
You can't do it with simple HTML, you would need to use a Javascript event 
- onload in this case - to drive the action and most people will tell you 
to do mail handling on the server side, so you would need to call a server 
side script such as an ASP / Perl page.

At 10:24 29/10/02 -0500, you wrote:
>I would like to create a page that does something as soon as somebody
>opens it rather than "on submit".  for instance, as soon as somebody
>hits the page, I might want to launch an asp cdo to send an email.  What
>would the html code look like to do something upon page being opened?
>
>Tks
>Sam
>
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20



  Return to Index