Installation instructions Suggest a friend version 1.0
++++++++++++++++++++++++++++++++++++++++++++++++++++++

Arquivos Incluidos no pacote:
- suggest.cgi (o script)
- readme.txt (este file)
- form html (exemplo)

Copy the suggest.cgi to your script directory (cgi-bin)
make it executable(chmod 755). Correct the variable's to
your own needs.
If you want the logging facility log has to be value 1
create the log file, and make it readable and writeable for
the script (chmod 777).

D CHMOD 755 no suggest.cgi e CHMOD 777 no arquivo de log, 
caso seja criado um

Crie ou modifique um formulrio. usando os mesmo nomes de campo..
Exemplo, nunca mude os valores contidos no atributo name="" do campode texto.

--------------- Java code ---------------------------------
to open the popup window like we do you can use the following
link:
<a href="#" onClick="open('location of document','name document','width=270,height=340');">link name</a>

To close the window:
<a href = "javascript:window.close();">Link name</a>

--------------- end java code -----------------------------


--------------- Table code --------------------------------
<Form action="location suggest.cgi" method="POST">
        <p> 
          <input type="text" name="toname" size="15" maxlength="42">
          <br>
          <input type="text" name="toemail" size="15" maxlength="42">
          <br>
          <input type="text" name="fromname" size="15" maxlength="42">
          <br>
          <input type="text" name="fromemail" size="15" maxlength="42">
          <textarea name="Message" rows="5" cols="15" wrap="VIRTUAL" maxlength="20"></textarea>
          <br>
          <input type="submit" name="Suggest" value="Suggest">
</form>
-------------- end table code -----------------------------

If you have any questions or suggestions contact us webmaster@sylconia.com

more info and scripts are available at:
http://www.sylconia.com/scripts/index.shtml

Feel free to suggest this script:

end readme file


