IEC Controller and <head> element

Danny Scaleno no at spam.it
Tue Nov 28 14:49:53 EST 2006


Hello,

using IEC Controller,
anybody knows how to capture the head part of an html page like this one?

<html>
<head>
<script language='javascript'>
	Object=window.open('test.html','test1','name="test1"');
	Object.focus()
</script>
<head>
<body></body>
</html>

it seems IEC is able to capture only the <body> part.
I need to parse the string inside the tag <script>

Actually, IEC return the ie.Document object, but
how do I know which methods and properties are available for it ?


Thank you
Danny



More information about the Python-list mailing list