User Tools

Site Tools


doc:dev

Development on AOC web site


This note is intended for webmaster or administrator of Afteroffice VO services. All information functional on specific Afteroffice servers only.

VO user login page

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”

Login Script

 <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>

Web form transform to email

If you wish to create simple feedback form, refer to the template on:

<http://www.afteroffice.com/form/formmail.html>
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.


Afteroffice Support

September 2000
December 2001 - Revised
March 2002 - Revised
April 2004 - Revised
May 2006 - Revised

doc/dev.txt · Last modified: 2015/01/16 15:24 (external edit)