is your sceen fogged?

L

little susane

Can you point at syntax error here?

<FORM NAME="mail" method="POST" action="mailto:[email protected]?
subject=Survey Results" onSubmit="return
<b style="color:black;background-color:#a0ffff">survey()"
enctype="multipart/form-data">
 
T

Thomas 'PointedEars' Lahn

little said:
Can you point at syntax error here?

<FORM NAME="mail" method="POST" action="mailto:[email protected]?
subject=Survey Results" onSubmit="return
<b style="color:black;background-color:#a0ffff">survey()" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
enctype="multipart/form-data">

You are welcome.


PointedEars
 
D

David Dorward

little said:
Can you point at syntax error here?

<FORM NAME="mail" method="POST" action="mailto:[email protected]?
subject=Survey Results"

Problem 1: http://www.isolani.co.uk/articles/mailto.html
onSubmit="return
<b style="color:black;background-color:#a0ffff">survey()"

Problem 2: The onsubmit attribute takes a fragment of program code written
in the language specified in your Content-Script-Type meta data ...

http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.2.1

.... and a fragment of HTML is not program code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top