function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
saiisaii 

Auto login to Gmail By using the Url in javascript

Hi,

I am Trying to Open the gmail account by using the javascript without sign into the gmail.
We are Passing the username and pwd in the Url.
Am able to Rediect to another Page bt where has Password field is showing the Empty
and the username filled with my mail id what i have specfied in the Url.

<script type="text/JavaScript">
setTimeout("location.href = 'https://www.google.com/accounts/ServiceLoginAuth?continue=http://gmail.google.com/gmail&service=mail&Email=xxxxxxxxxxxxxxxx&Passwd=yyyyyyyyyy';",1500);
</script>

Here in above script am Passing the where xxxxxxxxxxxxxxxx=email id and yyyyyyyyyy=password.
I want Open My Gmail Inbox Page
but its nt working ......please help me
thanks in advances