User Tools

Site Tools


dev:webmaster:vo_login_script

Virtual Office (VO) Login Script


Afteroffice provides a generic login page for all the users. You can always login from:
http://www.afteroffice.com/login/


Just specify your domain name on the host field. You can also use that page as a template, modify to use on your own web site. The point here is to change the “host” field to your domain name (without www.) The host field can be invisible as well.


You may copy the following script and paste into the your login page.
Make sure you change the string of “_yourDomainHere_” to your real domain ie: “mycompany.com”

<form name="f" action="http://vo._yourDomainHere_/cgi-bin/vo/st.login.vo" method="post">
<input type="hidden" value="_yourDomainHere_" name="host">Name: <input type="text" name="name" size=10 maxlength=24><br>
Password: <input type="password" name="pswd" size=8 maxlength=24><br>
Language: <script language="JavaScript" src="http://aoimg.com/js/language.js"></script><br>
Time zone: <script language="JavaScript" src="http://aoimg.com/js/timezone.js"></script><br>
<input type="submit" value="Login">
</form>

If you wish to create simple feedback form, please refer to the template on: Afteroffice form-to-email template (v1.5)-- with captcha support

Follow the template and modify to your requirement. The template consist of all descriptions on each individual field and functionally.
The form basically allows you to capture user input and deliver the result via email.
Email to support@afteroffice.com if you have more questions on any of the above services.

dev/webmaster/vo_login_script.txt · Last modified: 2017/08/11 12:15 by vikki