User Tools

Site Tools


dev:webmaster:vo_login_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:webmaster:vo_login_script [2017/08/11 12:08]
vikki created
dev:webmaster:vo_login_script [2017/08/11 12:15]
vikki
Line 2: Line 2:
  
 \\ \\
 +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"
 +
 +<code>
 +<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>
 +</code>
 +
 +If you wish to create simple feedback form, please refer to the template on: [[https://www.afteroffice.com/form/form-captcha.html|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