Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   How to open html page in python resource file? ActiveX and Javascript addEventListener? Options (http://www.velocityreviews.com/forums/t738565-how-to-open-html-page-in-python-resource-file-activex-and-javascript-addeventlistener-options.html)

navasia@gmail.com 11-22-2010 02:35 AM

How to open html page in python resource file? ActiveX and Javascript addEventListener? Options
 
Hi friends,

I have an interesting question. Is it possible to open HTML page from
python resources (Sorry, I don't know how to use the resources) like
we can open using Win32 from .rc files. Can that page contain
references to scrips in the resource file?

Another question is reagrding ActiveX on win32. ActiveX usually calls
Java Script function to notify. In webpage we can add it using
document.addeventlistener but those are not available using
CallFunction method of ActiveX. But if we decided to use it directly
(without web browser) then how can we register Listeners? There must
be some way to specify the listeners.

Thanks in Advance.

Michel Claveau - MVP 11-22-2010 06:27 AM

Re: How to open html page in python resource file? ActiveX and JavascriptaddEventListener? Options
 
Hello!

You will find (positive) answers in PyWin32 and his examples.

@-salutations
--
Michel Claveau



All times are GMT. The time now is 01:29 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57