Hi all,
I am new to programming in the python language and i was playing around with links such as:
Code:
<a href='../cgi-bin/main.py?url=register'>Register</a>
The link is in HTML that the script generates, but whenever the link is clicked it doesn't change the value of 'url' which is a variable.
What i am aiming for is that each link will return to the same page (main.py) and from there it can determine which HTML page to generate depending on the variable 'url'.
I have searched online but cant seem to find a solution. Why won't the link change the value of the variable url?
Any help would be appreciated.
Cheers,
Murm.