is your sceen fogged?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • little susane

    is your sceen fogged?

    Can you point at syntax error here?

    <FORM NAME="mail" method="POST" action="mailto: name@hotmail.co m?
    subject=Survey Results" onSubmit="retur n
    <b style="color:bl ack;background-color:#a0ffff"> survey()"
    enctype="multip art/form-data">
  • Thomas 'PointedEars' Lahn

    #2
    Re: is your sceen fogged?

    little susane wrote:
    Can you point at syntax error here?
    >
    <FORM NAME="mail" method="POST" action="mailto: name@hotmail.co m?
    subject=Survey Results" onSubmit="retur n
    <b style="color:bl ack;background-color:#a0ffff"> survey()"
    ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^
    enctype="multip art/form-data">
    You are welcome.


    PointedEars
    --
    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$8 300dec7@news.de mon.co.uk>

    Comment

    • David Dorward

      #3
      Re: is your sceen fogged?

      little susane wrote:
      Can you point at syntax error here?
      >
      <FORM NAME="mail" method="POST" action="mailto: name@hotmail.co m?
      subject=Survey Results"
      Problem 1: http://www.isolani.co.uk/articles/mailto.html
      onSubmit="retur n
      <b style="color:bl ack;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 ...



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


      --
      David Dorward
      David Dorward's mostly neglected blog

      David Dorward's mostly neglected blog

      Comment

      Working...