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" %>
Send Author An Email
ACTION="mailto:someone@somewebsite.com">
What do you want to write?
Re: html newbie needing help with simple form
am 30.05.2007 21:06:28 von Shion
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" %>
>
>
>
>
>
>
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
Re: html newbie needing help with simple form
am 31.05.2007 00:48:33 von dorayme
In article
<1180546214.511456.108040@o5g2000hsb.googlegroups.com>,
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!!!
>