Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorhaggen
    • CommentTimeJun 26th 2006
     permalink
    i got a simple ajax contact form... it is in main page and send via php an email to me...

    in firefox it works perfectly, but in ie... the button does not work
    i tried with another function... another script... another button... and nothing happens :(

    it says (ie) that there's an error at the line of the <input type="button" />

    here is the html
    =======================================
    <h2><img src="images/principal/informativo.png" alt="" class="floatRight" />Receba nosso informativo via e-mail.</h2>

    <p>Receba nosso informativo contendo nossa programação de cursos, palestras e eventos especiais.</p>
    <form id="formNewsLetter" method="post" action="#">
    <fieldset>
    <label for="nName">nome:</label>
    <input id="nName" type="text" size="30" maxlength="255" class="" />
    <label for="nMail">e-mail:</label>
    <input id="nMail" type="text" size="30" maxlength="255" class="" />
    <br />

    <input id="buttonSend" name="buttonSend" type="button" onclick="doSubmit('NewsLetter');" class="button" value="Enviar" />
    </fieldset>
    </form>

    <blockquote id="boxNewsLetter" class=""></blockquote>
    --------------------------------------------------------------------

    the header of this page is
    =======================================
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt-BR">
    <head>
    <title>Umbanda Nova Era</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="author" content="fullahead.org" />
    <meta name="keywords" content="Umbanda, Espiritual, Curso, Palestra, Obras Sociais, Social, Cursos, Palestras, Caboclo, Mata Verde, " />
    <meta name="description" content="O Núcleo de Ensino Espiritual Umbanda nova Era - Caboclo Mata Verde é uma instituição voltada aos ensinamentos espirituais e ao auxílio social." />
    <meta name="robots" content="index, follow, noarchive" />
    <meta name="googlebot" content="noarchive" />
    <link rel="stylesheet" type="text/css" href="/br/css/html.css" media="screen, projection, tv "/>
    <link rel="stylesheet" type="text/css" href="/br/css/layout.css" media="screen, projection, tv"/>
    <link rel="stylesheet" type="text/css" href="/br/css/print.css" media="print"/>

    <script type="text/javascript" src="/br/script/ajax.js"></script>
    <script type="text/javascript" src="/br/script/submit.js"></script>

    </head>
    --------------------------------------------------------------------
    •  
      CommentAuthorJohnRiv
    • CommentTimeJun 26th 2006
     permalink
    Can you please provide a test page? All your external files (js, css, img) have relative paths, so we can't view your code to see what the problem is.
Add your comments
    Username Password
  • Format comments as (Help)