Here's something I cant explain:
I have a page with a form on it (checkboxes) and a hyperlink which is supposed to send the form to the server using:
<a href="#" onClick="document.del.submit();">
Trouble is that the link always points to the name of the previous page I came from. All pages are php generated on-the-fly.
Is this a php problem? Anyone has a clue?
I really don't want to use a submit button in this case.



Regards, Andu Novac


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to