From: "Todd A. Jacobs" Date: 2007-10-31T05:32:02+09:00 Subject: Re: Problems with mechanize and fields embedded in tables In the course of debugging, I tried this: require 'mechanize' agent = WWW::Mechanize.new selection='http://seeker.dice.com/jobsearch/servlet/JobSearch?op=302&dockey=xml/4/6/46ab274a1ab667a09cd9aac11c6bef37@endecaindex' page = agent.get(selection) page = agent.click page.links.text('Click Here to Apply') reply_form = page.forms.with.name('APPLICATION_FORM').first pp reply_form As you can see, the SEEKER_CC checkbox and RESUME_FILE filename fields aren't showing up, but they ARE in the HTML. I suppose it helps if you have access to the data sources and the methodology of the (error-prone) programmer that's accessing them. :) -- "Oh, look: rocks!" -- Doctor Who, "Destiny of the Daleks"