Every web owner wants that his/her visitor sign in on his/her website by "Gmail Sign In" box. The code is here. Also Blogger.com user can use this code to their website to log in directly to their dashboard.
The code is here:
<form id="gaia_loginform" action="https://accounts.google.com/ServiceLoginAuth" method="post">
<input type="hidden" name="continue" id="continue" value="http://mail.google.com/mail/?">
<input type="hidden" name="service" id="service" value="mail">
<input type="hidden" name="rm" id="rm" value="false">
<input type="hidden" name="dsh" id="dsh" value="7497280797277452320">
<input type="hidden" name="ltmpl" id="ltmpl" value="default">
<input type="hidden" name="ltmpl" id="ltmpl" value="default">
<input type="hidden" name="scc" id="scc" value="1">
<input type="hidden" name="GALX" value="_nL6oTtnfaM">
<input type="hidden" id="pstMsg" name="pstMsg" value="1">
<input type="hidden" id="dnConn" name="dnConn" value="https://accounts.youtube.com">
<input type="hidden" name="timeStmp" id="timeStmp" value="">
<input type="hidden" name="secTok" id="secTok" value="">
<label>
<strong class="email-label">Username</strong>
<input type="text" name="Email" id="Email" value="">
</label>
<label>
<strong class="passwd-label">Password</strong>
<input type="password" name="Passwd" id="Passwd">
</label>
<input type="submit" class="g-button g-button-submit" name="signIn" id="signIn" value="Sign in">
<label class="remember">
<input type="checkbox" name="PersistentCookie" id="PersistentCookie" value="yes">
<strong class="remember-label">
Stay signed in
</strong>
</label>
<input type="hidden" name="rmShown" value="1">
</form>
Sample is here:
Share this
The code is here:
<form id="gaia_loginform" action="https://accounts.google.com/ServiceLoginAuth" method="post">
<input type="hidden" name="continue" id="continue" value="http://mail.google.com/mail/?">
<input type="hidden" name="service" id="service" value="mail">
<input type="hidden" name="rm" id="rm" value="false">
<input type="hidden" name="dsh" id="dsh" value="7497280797277452320">
<input type="hidden" name="ltmpl" id="ltmpl" value="default">
<input type="hidden" name="ltmpl" id="ltmpl" value="default">
<input type="hidden" name="scc" id="scc" value="1">
<input type="hidden" name="GALX" value="_nL6oTtnfaM">
<input type="hidden" id="pstMsg" name="pstMsg" value="1">
<input type="hidden" id="dnConn" name="dnConn" value="https://accounts.youtube.com">
<input type="hidden" name="timeStmp" id="timeStmp" value="">
<input type="hidden" name="secTok" id="secTok" value="">
<label>
<strong class="email-label">Username</strong>
<input type="text" name="Email" id="Email" value="">
</label>
<label>
<strong class="passwd-label">Password</strong>
<input type="password" name="Passwd" id="Passwd">
</label>
<input type="submit" class="g-button g-button-submit" name="signIn" id="signIn" value="Sign in">
<label class="remember">
<input type="checkbox" name="PersistentCookie" id="PersistentCookie" value="yes">
<strong class="remember-label">
Stay signed in
</strong>
</label>
<input type="hidden" name="rmShown" value="1">
</form>
Sample is here:
Share this
9/17/2011 03:27:00 PM
Shaon

