G
Glen Holcomb
[Note: parts of this message were removed to make it a legal post.]
I will admit I've never used Mechanize before and if I am asking painfully
obvious feel free to push me out in traffic, however...
I have an odd issue. I have grabbed a form off of CDW's site and am trying
to fill out the proper info. The form shows the select list I want "_ct19"
but when I try to manipulate it mechanize acts like it doesn't exist
Here is the form:
#<WWW::Mechanize::Form
{name "HubPage"}
{method "POST"}
{action "default.aspx?hubpage=%2fhardware%2fprinters.html"}
{fields
#<WWW::Mechanize::Form::Field:0x33f0054
@name="__VIEWSTATE",
@value=
"/wEPDwUJODExNjM3MjQ1D2QWBAIBDxYCHgRUZXh0BRY8ZGl2IGlkPSdjLWNvbnRhaW5lcic+ZAI
DD2QWCgIBDw8WAh4HVmlzaWJsZWdkZAICDw8WAh8BZ2RkAgUPDxYCHwFnZBYCAgEPZBYCAgEPZBYCZg9
kFgJmD2QWCGYPZBYCZg8QZGQWAWZkAgEPZBYCZg8QZGQWAGQCAg9kFgJmDxBkZBYAZAIDD2QWAmYPDxY
CHwFoZGQCBg8PFgIfAWdkZAIHDw8WAh8BZ2RkZIrvUv5EI5fPxvnmGvx9951XbRWm">
#<WWW::Mechanize::Form::SelectList:0x3390af0
@name="_ctl9",
@options=
[#<WWW::Mechanize::Form::Option:0x33844e4
@select_list=#<WWW::Mechanize::Form::SelectList:0x3390af0 ...>,
@selected=true,
@text="Select Brand",
@value="">,
#<WWW::Mechanize::Form::Option:0x3383ef4
@select_list=#<WWW::Mechanize::Form::SelectList:0x3390af0 ...>,
@selected=false,
@text="Brady Industries",
@value="7633">,
#<WWW::Mechanize::Form::Option:0x33835f8
@select_list=#<WWW::Mechanize::Form::SelectList:0x3390af0 ...>,
@selected=false,
@text="Brother International",
@value="5074">,
I will admit I've never used Mechanize before and if I am asking painfully
obvious feel free to push me out in traffic, however...
I have an odd issue. I have grabbed a form off of CDW's site and am trying
to fill out the proper info. The form shows the select list I want "_ct19"
but when I try to manipulate it mechanize acts like it doesn't exist
Here is the form:
#<WWW::Mechanize::Form
{name "HubPage"}
{method "POST"}
{action "default.aspx?hubpage=%2fhardware%2fprinters.html"}
{fields
#<WWW::Mechanize::Form::Field:0x33f0054
@name="__VIEWSTATE",
@value=
"/wEPDwUJODExNjM3MjQ1D2QWBAIBDxYCHgRUZXh0BRY8ZGl2IGlkPSdjLWNvbnRhaW5lcic+ZAI
DD2QWCgIBDw8WAh4HVmlzaWJsZWdkZAICDw8WAh8BZ2RkAgUPDxYCHwFnZBYCAgEPZBYCAgEPZBYCZg9
kFgJmD2QWCGYPZBYCZg8QZGQWAWZkAgEPZBYCZg8QZGQWAGQCAg9kFgJmDxBkZBYAZAIDD2QWAmYPDxY
CHwFoZGQCBg8PFgIfAWdkZAIHDw8WAh8BZ2RkZIrvUv5EI5fPxvnmGvx9951XbRWm">
#<WWW::Mechanize::Form::SelectList:0x3390af0
@name="_ctl9",
@options=
[#<WWW::Mechanize::Form::Option:0x33844e4
@select_list=#<WWW::Mechanize::Form::SelectList:0x3390af0 ...>,
@selected=true,
@text="Select Brand",
@value="">,
#<WWW::Mechanize::Form::Option:0x3383ef4
@select_list=#<WWW::Mechanize::Form::SelectList:0x3390af0 ...>,
@selected=false,
@text="Brady Industries",
@value="7633">,
#<WWW::Mechanize::Form::Option:0x33835f8
@select_list=#<WWW::Mechanize::Form::SelectList:0x3390af0 ...>,
@selected=false,
@text="Brother International",
@value="5074">,