How to call functions inside a cgi script from the html interface? Eg. If there is a link on the html display call "Search", how do I get it to call the function call "def search( )" inside the cgi script? Thanks