Active Scripting in Python

Austine Jane janeaustine50 at hotmail.com
Thu Sep 4 09:31:58 EDT 2003



>From: Mark McEahern <marklists at mceahern.com>
>To: Jane Austine <janeaustine50 at hotmail.com>
>CC: Python <python-list at python.org>
>Subject: Re: Active Scripting in Python
>Date: Thu, 04 Sep 2003 08:12:06 -0500
>
>On Wed, 2003-09-03 at 23:23, Jane Austine wrote:
> > I donwloaded win32all for Python 2.3 and installed it.
> >
> > I manually run pyscript.py and it returned "successfully registered"
> > message.
> >
> > For a simple test(on client side), I created the following html:
> >
> > <script language=Python>
> > alert("hello world")
> > </script>
> >
> > And opened it in IE6.0 on WinXP.  Unfortunately, it doesn't show
> > anything.
>
>I can't test this right now because my Windows machine at home is dead
>(long story), but have you tried using:
>
>print "hello world"
>
>OR
>
>document.write("hello world")
>
>I guess my question is whether "alert" is available when you're using
>language="Python".
>
>// m
>

Tried. Neither one of both works. Thanks, anyway.

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail






More information about the Python-list mailing list