I have a HTML form which submits the data to a cgi-bin script which in turns provides some output.
I have seen this example that show a modal box with jQuery. This would be perfect for showing the output of the cgi-bin! The problem is that this example works with a
<a href> and I can’t replace the submit button with a link. How should I do?
1 Answer