How can I load python script into Html ??

Xavier Morel xavier.morel at masklinn.net
Tue Dec 13 17:26:41 EST 2005


Shouldn't have hit the "send" button so fast...

Addendum: the script element doesn't have any language attribute, the 
attribute you're supposed to use is "type" and it takes the MIME type of 
your script as a value.

s/language="javascript"/type="text/javascript"/



More information about the Python-list mailing list