[Tutor] CGI Question.
SA
sarmstrong13@mac.com
Mon, 10 Jun 2002 22:47:38 -0500
Is there a way to capture when the user clicks a link in a web page?
In other words, If the link in a python generated web page was actually a
variable that when clicked calls another function in the program that
displays some pre-formatted text? I know an anchor will call the linked page
in HTML, but what I'm wanting to do is set up a cgi script that displays
text in the body of the web page depending upon a link that is clicked, but
handle all of the variables within the python cgi script instead of coding a
bunch of HTML pages and linking them all.
Thanks.
SA