Re: urllib supports javascript

2008-02-02 Thread M��ta-MCI (MVP)
Hi! "javascript support" need more details: - only the (abstract) language? - or, also, visuals aspects? On Windows, you can use,easily, the language (JScript). Example: import win32com.client js=win32com.client.Dispatch('ScriptControl') js.language='jscript' src="""function jmul2(x){

Re: urllib supports javascript

2008-02-01 Thread J. Peng
js 写道: > AFAIK, nothing. > How abount letting a browser do it? > By using pamie [1] or selenium, you can drive a browser from python. > > [1] http://pamie.sourceforge.net/ > > On Feb 2, 2008 11:07 AM, J. Peng <[EMAIL PROTECTED]> wrote: >> hello, >> >> Which useragent lib supports javascript?

Re: urllib supports javascript

2008-02-01 Thread js
AFAIK, nothing. How abount letting a browser do it? By using pamie [1] or selenium, you can drive a browser from python. [1] http://pamie.sourceforge.net/ On Feb 2, 2008 11:07 AM, J. Peng <[EMAIL PROTECTED]> wrote: > hello, > > Which useragent lib supports javascript? > I know something about the

Re: urllib supports javascript

2008-02-01 Thread Steve Holden
J. Peng wrote: > hello, > > Which useragent lib supports javascript? > I know something about these libs: urllib,urllib2,cookielib,httplib > But I'm not sure which one of them can support javascript scripts. > Thanks! None of them do. Javascript support is a very complex task! I believe there ha

urllib supports javascript

2008-02-01 Thread J. Peng
hello, Which useragent lib supports javascript? I know something about these libs: urllib,urllib2,cookielib,httplib But I'm not sure which one of them can support javascript scripts. Thanks! -- http://mail.python.org/mailman/listinfo/python-list