M
mjack003
Howdy,
I'm pretty new to extracting info from IE into excel so I need some
major help here. I need to fill certain input values on a webpage,
"click" the submit button, and from there I should be able to extract
the info I need. Its the navigating the selection screen I'm having a
problem with. The HTML values I need, I believe are contained in this
section of the source code. So how do I change these input values in
the html code to what I need and submit?
<FORM name = F001 method=post>
<input name="screen_id" type="hidden"
value="Selection">
<input name="project_id_selected" type="hidden" value="">
<input name="dept_id_selected" type="hidden" value="">
<input name="missing_craft_selected" type="hidden" value="">
<input name="xl_or_html_selected" type="hidden" value="HTML">
<input name="output_format_selected" type="hidden" value="ALL">
<table WIDTH="100%">
<tr>
<td width="30%" >
</td>
<td width="30%" >
<input name="heading_message"
type="hidden"
value="Selection Screen">
<P align=center>
<INPUT style="font-size:27pt;WIDTH: 400px;
COLOR: green; HEIGHT:
61px"
value="Submit
Selection";
type=submit
name=".State"
onclick="this.value='Submit';"
Appreciate any help,
Mjack
I'm pretty new to extracting info from IE into excel so I need some
major help here. I need to fill certain input values on a webpage,
"click" the submit button, and from there I should be able to extract
the info I need. Its the navigating the selection screen I'm having a
problem with. The HTML values I need, I believe are contained in this
section of the source code. So how do I change these input values in
the html code to what I need and submit?
<FORM name = F001 method=post>
<input name="screen_id" type="hidden"
value="Selection">
<input name="project_id_selected" type="hidden" value="">
<input name="dept_id_selected" type="hidden" value="">
<input name="missing_craft_selected" type="hidden" value="">
<input name="xl_or_html_selected" type="hidden" value="HTML">
<input name="output_format_selected" type="hidden" value="ALL">
<table WIDTH="100%">
<tr>
<td width="30%" >
</td>
<td width="30%" >
<input name="heading_message"
type="hidden"
value="Selection Screen">
<P align=center>
<INPUT style="font-size:27pt;WIDTH: 400px;
COLOR: green; HEIGHT:
61px"
value="Submit
Selection";
type=submit
name=".State"
onclick="this.value='Submit';"
Appreciate any help,
Mjack