[Proto-Scripty] simple logging in website with Prototype

2014-01-30 Thread Tommaso Ferrara
Hi, I would like to use Prototype to make a logging (for example, to email Yahoo https://login.yahoo.com/config/login_verify2?.intl=us.src=ym;). There are examples, fill the fields username / pass automatically to login? Basically I would like to replicate what browsers are automatically

[Proto-Scripty] Creating a Submit Button

2009-03-06 Thread Tommaso
I am having a problem creating a submit button with prototype in IE. I use the following code: button = new Element('button', {'type' : 'submit'}); form.insert(button) unfortunately in IE if you make at button, and run the code new Element('button', {'type' : 'submit'}).type You always get