Hi,
> 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.
Are you using the variable $_SERVER['PHP_SELF'] for your link target?
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php