Displaying 1 result from an estimated 1 matches for "buttonticket".
2008 Jul 10
0
JavaScript Form Submit with form_remote_tag
..._cart'', 600, 400, null,
true)",
:failure => ''alert("That item appears to have gone out of stock
before you were able to add it to your cart.\n\nPlease refresh this
page.")'',
:update => ''items''
)
%>
<div class="buttonTicket" onclick="this.up(''form'').submit();">Add To
Cart</div>
</form>
When I click the javascript text to submit the form, the ajax doesn''t
fire. If I use a regular submit button everything works fine. What am
I doing wrong?
Any help is greatly ap...