N
Network-Man
I am trying to streamline a form that in itself streamlines logging into a
site. Is there a way to make a form submit "onload" without clicking a
submit button?
<p><form
action="https://hostname.domain.com/ui/status/index.php?&DashBoardID=1&DashB
oard=Standard%20Services" method="post" target="_blank"><br />
<input type="hidden" name="LoginEmail" value="(e-mail address removed)"><br />
<input type="hidden" name="LoginPassword" value="mycleartextpassword"><br />
<input type="submit" name="Authenticate" value="Login"><br />
<input type="hidden" name="Action" value="1" ><br />
</form></p>
Users want a a shortcut that when they open it it goes straight to the
destination page of their dashboard. It's *too much trouble* having to open
the page that has this form and click on the login button. Is there a way I
can pass the same information without using a form? Security isn't an issue.
TIA
site. Is there a way to make a form submit "onload" without clicking a
submit button?
<p><form
action="https://hostname.domain.com/ui/status/index.php?&DashBoardID=1&DashB
oard=Standard%20Services" method="post" target="_blank"><br />
<input type="hidden" name="LoginEmail" value="(e-mail address removed)"><br />
<input type="hidden" name="LoginPassword" value="mycleartextpassword"><br />
<input type="submit" name="Authenticate" value="Login"><br />
<input type="hidden" name="Action" value="1" ><br />
</form></p>
Users want a a shortcut that when they open it it goes straight to the
destination page of their dashboard. It's *too much trouble* having to open
the page that has this form and click on the login button. Is there a way I
can pass the same information without using a form? Security isn't an issue.
TIA