I have a username and password for a external website. I want to have a link from my webste to log in to that site without giving username and password to my users. How can I achieve that. I tried lke this but failed. If any one can rectify this code I would be greatful. thanks
<form id="main-form" method="post" action="http://xxxxxxxxxx/journal/login.php" >
<div class="login-container">
<div class="error"> </div>
<fieldset>
<label for="userid"></label>
<input style=" visibility:hidden; " type="text" name="userid1" value="09-t-p-0276369" size="14" tabindex="1" id="userid1" />
<label for="password"></label>
<input type="password" name="password" value="530964314" size="14" tabindex="2" id="password1" style=" visibility:hidden; " />
<label for="Login"> </label>
<p align="center">
<input type="submit" tabindex="6" name="Login" value="Goto Journal" class="standard-button">
</p>
<p> </p>
<p><span class="style4">Note:</span> On the next page please select <span class="style2">Journalsfull text</span> checkbox and <span class="style2">Your Journals@Ovid</span></p>
</fieldset>
</div>
</form>