Dear Sirs or Madams: My apologies to bother you I have two quick questions. I am trying to use twill to fill in some checkboxes on a form. I am trying something like this:
>> showforms Form name=aspnetForm (#1) ## ## __Name__________________ __Type___ __ID________ __Value__________________ 1 __VIEWSTATE hidden __VIEWSTATE /wEPDwUJNTg1Nzc3OTE0D2QWAmYPZBYEAgEP ... 2 ctl00$workarea$ctl00 ... text (None) Enter a username here 3 1 ctl00$workarea$ctl00 ... image (None) 4 2 ctl00$workarea$ctl00 ... image (None) 5 None checkbox (None) [] of ['on'] 6 ctl00$workarea$ctl00 ... checkbox (None) [] of ['1367498856'] 7 3 ctl00$workarea$ctl00 ... image (None) current page: http://www.match.com/doubleblind/communicationsLog.aspx?MB=2&&lid=315 >> fv 1 None 1 current page: http://www.match.com/doubleblind/communicationsLog.aspx?MB=2&&lid=315 >> showforms Form name=aspnetForm (#1) ## ## __Name__________________ __Type___ __ID________ __Value__________________ 1 __VIEWSTATE hidden __VIEWSTATE /wEPDwUJNTg1Nzc3OTE0D2QWAmYPZBYEAgEP ... 2 ctl00$workarea$ctl00 ... text (None) Enter a username here 3 1 ctl00$workarea$ctl00 ... image (None) 4 2 ctl00$workarea$ctl00 ... image (None) 5 None checkbox (None) [] of ['on'] 6 ctl00$workarea$ctl00 ... checkbox (None) [] of ['1367498856'] 7 3 ctl00$workarea$ctl00 ... image (None) However, there seems to be no effect? Additionally, all the names on the form are truncated. Is there a way to fix this? Thank you Sincerely yours Misha Koshelev _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
