Link to home
Start Free TrialLog in
Avatar of jj1987
jj1987

asked on

Embedding plesk login into a page?

Is there a way to embed the plesk login page into a section of our front page?  The user would login, and then be directed to a new window all logged in.  Here's how we did the same thing with whmcs, to give an idea of what we're looking for,
<form method="post" action="http://yourwhmcsurl.com/dologin.php?goto=clientarea" target="blank"> 
Email Address: <input type="text" name="username" size="50"><br>
Password: <input type="password" name="password" size="20"><br>
<input type="submit" value="Login"> 
</form>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Sekurity863
Sekurity863
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial