I want to do the same thing as
but with a python script :
==
if xxx.py :
def mytest():
alert("test")
window.document.write('test')
==
and test.html :
mytest()
==
I always got
Sorry I was not clear, my setup is functionnal with Pywin32.
Python 2.4 + pywin32
and actually, I can do this kind of script on client side :
alert('test')
but I want to include external python script with the HTML tag
Yes I register Python script.
I see in your exemple that you use file extention pys.
That was why my exemple does'nt work.
Thanks !
Patrick Poulin
--
http://mail.python.org/mailman/listinfo/python-list