Posted by JD on 05/30/07 19:06
slinky wrote:
> I'm using Visual Web Developer 2005 Express to put together a simple
> email form. Some things are not working and was wondering if someone
> could help my syntax. All I really need is a textbox and a submit
> button. I probably have some capital letters that need changing to
> lowercase for xhtml(?) Thanks!!!
>
> <%@ Page Language="VB" %>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
> www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
> <script runat="server">
> </script>
> <html xmlns="http://www.w3.org/1999/xhtml" >
>
> <head runat="server">
> <title>Send Author An Email</title>
> </head>
>
> <body bgcolor="#66ffff">
>
> <FORM METHOD="post" ENCTYPE="text/plain"
> ACTION="mailto:someone@somewebsite.com">
Yikes. Did Visual Web Developer do that? If so, you should upgrade to
Notepad.
The Mailto: Myth
http://www.isolani.co.uk/articles/mailto.html
[Back to original message]
|