Hi
Just trying to fill the field GMC Reference Number on following site from Excel 2003 to IE8
http://webcache.gmc-uk.org/gmclrmp_enu/start.swe
and I'm stranded
Set objDoc = IE.document.body.Children.Item(0)
gives me the right frame according to a DOM browser addin in Firefox.
but I cannot seem to reach beyond that
The DOM structure is like this (each indented space is one level in the tree
#document
1st HTML
1st FRAMESET
1st FRAME
1st #document
1st HTML
1st FRAMESET
2nd FRAME
1st #document
1st HTML
1st BODY
2nd TABLE
1st TBODY
2nd TR
1st TD
1st FORM
2nd TABLE
1st TBODY
1st TR
1st TD
1st LI
LABEL
2nd TD
NOBR
INPUT
The INPUT has name="s_3_1_2_0" and id="gmcrefnumber"
Any clues would be welcome
Many thanks
Bookmarks