IEC Controller and <head> element



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
.



Relevant Pages

  • Re: More than a single script block within a single HEAD and BODY
    ... Can there be more than a single script block in a given HEAD tag? ... The W3C HTML validator lets you paste markup directly into the validation form. ...
    (comp.lang.javascript)
  • Re: Passing variables from Javascript to ASP
    ... <script language="JavaScript"> ... Ray at home ...
    (microsoft.public.inetserver.asp.general)
  • RE: Moving Data
    ... * I need to collect the input data on exampl1.aspx by hitting the review button. ... <script runat="server"> ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: newby Q about using Google Maps with ASP.Net 2.0
    ... Google recommends placing the script in the head and then running it ... In master pages you could conceivably add the script to the head ... ASP.Net does is render HTML to a browser from the server (all that you need ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: What am I doing wrong in updating other frames
    ... (no other frameset file opened in one of your frames) ... "http://www.w3.org/TR/html4/frameset.dtd"</a>;> <HEAD> Table of ContentsIndex ... or other type if script is other than JS ...
    (comp.lang.javascript)