I basically need to add a submit button to the toolbar.

Ideally I'd like to be able to set which pages it goes on without too
much trouble but even getting it to function at all right now would
help.

The button shows up right now but it doesn't work.  Here's my toolbar
code below.  The commented out button is the normal submit button I
had at the bottom of the form which did work.

I'm guessing my issue is because the toolbar button isn't in the
within the <form> </form> tags.  Any suggestions?

   <div class="toolbar">
      <h1 id="pageTitle"></h1>
      <a id="backButton" class="button" href="#"></a>
      <a class="button blueButton" type="submit"
onclick="(function(event) {return true;})()">Send</a>
    <!--  <a class="whiteButton" type="submit"
onclick="(function(event) {return true;})()">Send</a> -->
   </div>

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to