Question
passing parameter in hyperlink - setting form.submit = whatever ?
I know regular parameters can be passed via a URL
but I have a "checkout" button. The only way to view the checkout screen is to goto the shoppingCart form and click the submit button "checkout"
Is there a way I can create a link for the user, to click on a"checkout" button, without having to goto the above screen ?
eg. <a href="shoppingCart?form.submit="checkout">link</a>
