In message
<6102316a-d6e6-4cf2-8a1b-ecc5d3247...@w15g2000pro.googlegroups.com>, Hans 
wrote:

> print """<a href="display_tb.py?id=%s&table=%s&cursor=%s">%s</a>""" %
> (record[0],table_name,cursor_name,record1)

I would recommend avoiding filename extensions in your URLs wherever 
possible. For executables, in particular, leaving out the “.py” or “.pl” or 
whatever makes it easier to switch languages, should you need to in future.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to