----------------------------------------------------------------------
These instructions are also included in the file Readme.html
----------------------------------------------------------------------
RemindMe
                       RemindMe emails information to your Website guests
Silk Webware http://silk.webware.co.nz
Support support@silk.webware.co.nz
Purchase your UserCode(s) here http://silk.webware.co.nz/Order
                                                          

Part1 General Description 
Part2 Setting Up RemindMe on your page 
Part3 Common Questions and Remedies 
Part4 RemindMe is Shareware 

     Part1 General Description
     RemindMe can be included on any internet webpage and is easy to setup. If you have any problems please contact our
     friendly support team at support@silk.webware.co.nz. There is so much to do on the net, there is so much information.
     Sometimes we don't want to spend precious internet time reading documents even if we are interested in them. This
     information may contain instructions like these or product information that your want potential customers to view.
     RemindMe not only emails such information to your busy guests, it also contains a link back to the page it was sent from
     so when your guest has more time they can revisit your site, this is better than being lost in their bookmarks. If your
     guest/customer wants more information they can simply reply to the email in the normal way this puts you in direct
     contact with them. 

     A full working example can be found at http://silk.webware.co.nz/Products/Remindme 

     Please NoteRemindMe will not send mail unless it is on an internet webpage, it will not send mail from your own
     computer. RemindMe can be included on any internet Webpage however some host computers may not let RemindMe
     connect to their mail servers, please try RemindMe on your website, it will let you no if it can't send mail! 

     Part2 Setting Up RemindMe on your page
     You may trial RemindMe as an unregistred version for up to 30 days after which you will be required to either purchase
     a UserCode or remove RemindMe from your page. 

     1: Simple setup: Usercode
     Once you have registered you will receive a UserCode, if you have not purchased a UserCOde please use Trial30days
     instead.
     A sample html file is included Remindme.html 

     <applet
     code=RemindMe.class
     width=154
     height=43 > 
     <param name=Usercode value="Trial30days"> 
     </applet>

     In the simplest setup these html tags are included on the page that you wish RemindMe to appear. Within the same
     directory as this html file you must include the two files RemindMe.class and Remind2.class. 

     Once you have purchased your Usercode enter it in as a parameter; Note: Each UserCode is unique and is based on
     the exact http address of the page which contains RemindMe . If RemindMe is on, for example,
     http://silk.webware.co.nz/homepages/Entrance.html then the Usercode would be something like Cv7636. When you
     purchase a Usercode you must send the exact address of the page you intend to place RemindMe. 
     Domain versions are also available, this means RemindMe will be registered anywhere within your internet
     domain address. If you purchase a domain UserCode, please let us know if your domain is known by more
     than one name.
     eg silk.webware.co.nz or 303.98.67.91 

     "if your Usercode is du8765 then the following will work" 

     <param name=Usercode value="du8765"> 

     2: Simple setup: Height Width parameters
     Note that the width and height parameters must always be 154 and 43 respectively, You do not have to change these
     values. 

     <applet
     code=RemindMe.class
     width=154
     height=43 >

     <param name=Usercode value="UserCode">
     </applet>

     3:Message Parameter
     RemindMe can send as much or as little information as you desire. The message is placed in a text file which RemindMe
     reads before sending to the guests email address. If you were to name this file EmailMessage.txt then then following
     must be added to your html file. 

     <applet
     code=RemindMe.class
     width=154
     height=43 >

     <param name=Usercode value="UserCode">

     <param name=Message value="http://www.yourhost.com/yourfiles/EmailMessage.txt">

     </applet>

     1)The Message Parameter must be the full URL of the file which contains the message
     2)The file that contains the message must be on the same host computer/domain as the RemindMe applet
     3)The Message file can be any text file. ASCII, See this example Mess.txt 

     4:Optional MailHeader Parameter
     The MailHeader is the Parameter that gives the email message a title when it arrives in your guests email! If you decide
     to leave out MailHeader then the default title will be "A Message for you!".

     <applet
     code=RemindMe.class
     width=154
     height=43 >

     <param name=Usercode value="UserCode">
     <param name=Message value="http://www.yourhost.com/yourfiles/EmailMessage.txt">

     <param name=MailHeader value="Mail from Me">

     </applet>

     5:Optional MailFrom Parameter
     This parameter lets the person receiving the email know who to reply to for example support@silk.webware.co.nz, if
     you decide to leave out this parameter then the default will be the address of the recipient, it will appear as though they
     have sent the mail to themselves. 

     <applet
     code=RemindMe.class
     width=154
     height=43 >

     <param name=Usercode value="UserCode">
     <param name=Message value="http://www.yourhost.com/yourfiles/EmailMessage.txt">
     <param name=MailHeader value="Mail from Me">

     <param name=MailFrom value="you@there.com">

     </applet>

     6:Optional ScrollExtend Parameter
     RemindMe has a window on it which displays messages. The default message is "RemindMe by SilkWebware" if you
     want to add to this use the ScrollExtend parameter. You may want to tell your guests what to do or give a brief
     description of what you are sending them. 

     <applet
     code=RemindMe.class
     width=154
     height=43 >

     <param name=Usercode value="UserCode">
     <param name=Message value="http://www.yourhost.com/yourfiles/EmailMessage.txt">
     <param name=MailHeader value="Mail from Me">
     <param name=MailFrom value="you@there.com">

     <param name=ScrollExtend value="Let me send you some more product information">

     </applet>

     Part3 Common Questions and Remedies
     The most Common mistake webpage designers make when using RemindMe is incorrect "case". Follow the sample
     html files using uppercase and lowercase respectively. RemindMe will let you know when there is a problem, however
     these are some of the major mistakes that can and have been made. 

     Q1: Why cant I see the RemindMe on my page? 
     a: You may have made a mistake in the HTML tags used to embed RemindMe on your page. Check both the Spelling
     and the Case or use the sample RemindMe html file as a base. 
     b: Have you included the appropriate .class files in the same directory as the page containing RemindMe? The following
     are both required.

     RemindMe.class
     Remind2.class

     c: Are you using a Java enabled browser? Find out how to get one. Most browsers released today are Java enabled. 

     Q2: Why does the email message say that it was sent with an "Unregistered version!" 
     a: If you have not registered your page for a correct and specific Usercode please go to Silk Webware at
     http://silk.webware.co.nz/Order for registration details. 
     b: Are you using the correct Address "URL", RemindMe is registered only for the http address you have supplied when
     you registered, If you want to put RemindMe on another page you will have to register it separately. "This does not
     apply to Domain UserCodes which allow you to use RemindMe anywhere within the domain." eg silk.webware.co.nz 
     c: If you have a registered Usercode and RemindMe still displays Unregistered version!, Email us at
     custom@silk.webware.co.nz, we will check out the problem for you. 

     Q3: The eMail arrives but does not contain the Message.
     Instead of the message you will be sent instructions telling you what the problem is and how to fix it. Please follow these
     directions. 

     Q4: I have just changed the parameters of RemindMe, but it appears the same as before. 
     a: You must reload the page in a new browser window, and completely clear the cache. 

     Part4 RemindMe is Shareware RemindMe is shareware, this means you can distribute the RemindMe.zip. file
     from your site 

Silk Webware,
161 Gardiners Rd,
Christchurch 8005,
NewZealand,
Fax NZ 03 3595 592

Silk Webware 1997 

  If you have any questions regarding the correct setup of RemindMe, please email us at support@silk.webware.co.nz
                    For more exciting webpage enhancements please visit Silk Webware
                                         at Silk Webware