With all the goodwill in the world, please heed the advice in On asking for help, How do I post a question effectively? and I know what I mean. Why don't you?. Please also read about the local markup codes at Markup in the Monastery.

Specifically we (well, /me anyway) need to see the code to help you:

  1. The span id="submit button" very likely applies a particular style to the material it encloses, up to </span>. The style is likely defined in a separate file -- somename.css, altho it may be in the html.
  2. Without seeing the code, I can't guess exactly what the javascript directives onclick and onkeypress invoke... though looking thru your code is apt to show that one of them functions in place ofthe missing submit button.

Knowing more about the code will help us arrive at reasonable ansers for your question... as well some indication of your ability to read html and perl code, since your language at least raises the possibility that you are not the author of either.


In reply to Re: Submitting Forms for .NET Sites Problem by ww
in thread Submitting Forms for .NET Sites Problem by Charli

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.