On Wed, Nov 19, 2008 at 1:32 PM, Bryan Helmkamp <[EMAIL PROTECTED]> wrote:
> If the form tag has an ID, you can use Webrat' new submit_form method
> to do just this sort of thing.
>
Not wrong about being new :) 24 hours ago... recent enough not to be in the
History.txt file and I had to go hunti
If the form tag has an ID, you can use Webrat' new submit_form method
to do just this sort of thing.
-Bryan
On Tue, Nov 18, 2008 at 8:36 AM, Joseph Wilk <[EMAIL PROTECTED]> wrote:
> Zach Dennis wrote:
>>
>> On Tue, Nov 18, 2008 at 5:44 AM, Joseph Wilk <[EMAIL PROTECTED]>
>> wrote:
>>
>>>
>>> Mike
Zach Dennis wrote:
On Tue, Nov 18, 2008 at 5:44 AM, Joseph Wilk <[EMAIL PROTECTED]> wrote:
Mikel Lindsaar wrote:
Hello all.
Wondering if anyone else has solved this.
Some websites (including the intranet app I am working on) have a form in
the top corner of the site that is buttonless
On Tue, Nov 18, 2008 at 5:44 AM, Joseph Wilk <[EMAIL PROTECTED]> wrote:
> Mikel Lindsaar wrote:
>>
>> Hello all.
>>
>> Wondering if anyone else has solved this.
>>
>> Some websites (including the intranet app I am working on) have a form in
>> the top corner of the site that is buttonless. If you f
Mikel Lindsaar wrote:
Hello all.
Wondering if anyone else has solved this.
Some websites (including the intranet app I am working on) have a form
in the top corner of the site that is buttonless. If you focus on this
form enter text and hit enter, it submits. usually used for quick
search b
Hello all.
Wondering if anyone else has solved this.
Some websites (including the intranet app I am working on) have a form in
the top corner of the site that is buttonless. If you focus on this form
enter text and hit enter, it submits. usually used for quick search boxes.
Question, has anyone