Hi all,Is it possible to send a "post" request without using a form?e.g. <li><a href="LoginCustomer">Login</a></li>and if yes... could you show me how?many thanks......mike
Nops, an url submission is always get. A workaround could be to have a hidden form and submit it via javascript in the onClick() event of the href link. You'll find tons of examples using a google search.ram.