[EMAIL PROTECTED] wrote:
> Does anyone know of a way to embed python scripts into html, much like
> you would javascript or php? 

I think you'd better learn the profound difference between client-side
and server-side scripting.

> I do not want to use this to connect to a
> database, but rather for a functional script to be called when a user
> clicks on a link to open a page.

If it's client-side scripting, javascript is the only option.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to