Re: [PHP-WIN] Calling a function from a hyperlink

2004-01-10 Thread Stuart
Mike Brum wrote: Can you be a bit more clear on "calling a function from a hyperlink"? If you're referring to that in the JavaScript sense, then no. No? link Works in most browsers I've come across. -- Stuart -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

RE: [PHP-WIN] Calling a function from a hyperlink

2004-01-10 Thread Mike Brum
Can you be a bit more clear on "calling a function from a hyperlink"? If you're referring to that in the JavaScript sense, then no. If you mean "how do I submit a form from a text link" then that's also done through JavaScript, but it still POSTs/GETs a page on your server and you return content.