![]() |
Links not working???
I have a table where by in each cell there is a form with a link that submits the form.
When I click the link however it does nothing!??? When I have only one form it works fine. But once I have 2 or more forms it doesn't work? PS: I really do need to have a form for every link because I need to do a _POST on the links - and there's going to be many links as it's generated by PHP. PHP Code:
|
forms do not have a 'name' attribute. They have an 'ID' attribute and id's a unique, can only be used once.
Your using javascript to submit the form Code:
<a href="javascript:document.submitForm.submit()">Code:
<table > |
| All times are GMT +1. The time now is 06:25 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.