Re: Python- javascript

2009-09-06 Thread lkcl
On Aug 16, 12:02 am, Mike Paul paul.mik...@gmail.com wrote: I'm trying to scrap a dynamic page with lot ofjavascriptin it. Inorder to get all the data from the page i need to access thejavascript. But i've no idea how to do it. Say I'm scraping some site htttp://www.xyz.com/xyz

Re: Python- javascript

2009-08-17 Thread Michel Claveau - MVP
Hi! If you are under Windows, you can drive IE, for indirect drive the web-pages. In this case, you can then interact with pages the javascript's scripts included. For more, see Pywin32, Pamie, Pxie, etc. @-salutations -- Michel Claveau --

Python- javascript

2009-08-15 Thread Mike Paul
I'm trying to scrap a dynamic page with lot of javascript in it. Inorder to get all the data from the page i need to access the javascript. But i've no idea how to do it. Say I'm scraping some site htttp://www.xyz.com/xyz request=urllib2.Request(htttp://www.xyz.com/xyz)

Python JavaScript solution to hold vertical scroll bar

2005-06-27 Thread David Pratt
Hi. I am putting together a database application on Zope. I have built a pager for my records (20 per page) but do not want the browser scroll bars to reset to the top of the browser each time the pager is advanced to the previous or next page. The normal behavior is fine for everything but

C++ ActiveX python javascript communication trouble.

2005-06-22 Thread whimsica
I'm investingating a c++ api, Panda3d.com, that has a python binding. I want to convert this api into an ACtiveX control so it will run on the web. When I do so I want to use Microsoft Script Control to call api routines from Javascript in the browser. Let's say I write up a game in python with

C++ ActiveX python javascript communication trouble.

2005-06-22 Thread whimsica
I'm investingating a c++ api, Panda3d.com, that has a python binding. I want to convert this api into an ACtiveX control so it will run on the web. When I do so I want to use Microsoft Script Control to call api routines from Javascript in the browser. Let's say I write up a game in python with

Re: C++ ActiveX python javascript communication trouble.

2005-06-22 Thread BigBrian
I'm investingating a c++ api, Panda3d.com, that has a python binding. I want to convert this api into an ACtiveX control so it will run on the web. When I do so I want to use Microsoft Script Control to call api routines from Javascript in the browser. Let's say I write up a game in python