• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

External login

S

SurfMarketing

Guest
IS there a external log-in that has the clean code so I have a submit button below is the code I am currently using:

<form name='klantenlogin' method='post' action='https://XXX.XXX.XXX.XXX:8443/login_up.php3' target='_blank'>

<table border='0' cellpadding="0" cellspacing="0" width='90%' align='left'>
<tr><td> </td><td> </td></tr>
<tr><td> <b>Login: </b></td><td><input name="login_name" type="text" class="small" size="30" /></td></tr>
<tr><td > <b>Password: </b></td><td><input name="passwd" type="password" class="small" size="30" /></td></tr>
 
Back
Top