[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 remembering the 
pass. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at http://groups.google.com/group/prototype-scriptaculous.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Proto-Scripty] simple logging in website with Prototype

2014-01-30 Thread Walter Lee Davis
Where would these credentials be stored? That's the key to your problem. 
Setting the value is trivial with $('elementID').setValue('whatever');

Walter

On Jan 30, 2014, at 5:51 AM, Tommaso Ferrara wrote:

 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 
 remembering the pass. Thanks.
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Prototype  script.aculo.us group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to prototype-scriptaculous+unsubscr...@googlegroups.com.
 To post to this group, send email to prototype-scriptaculous@googlegroups.com.
 Visit this group at http://groups.google.com/group/prototype-scriptaculous.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at http://groups.google.com/group/prototype-scriptaculous.
For more options, visit https://groups.google.com/groups/opt_out.