Sounds like frames to me. True?

[EMAIL PROTECTED] wrote:
> Hey all,
>
> I have a form which I click on to perform an action.
>
> I get a result back from the action and a screen displays with an OK option.
>
> Inspecting the code through view source does not show me any input tags,
> yet when I download Dev tools for firefox and view the generated source I
> see the elements like
>
>
> <div class="alphababe_buttons">
> <input value="OK" onclick="Dialog.cancelTalker()" class="cancel_button"
> type="button"></div>
>
> but if I add
> ie.button(:value,"OK").click
> nothing happens
>
> Any help would be much appreciated
>   
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to