Include pseudo tags

Include pseudo tag allows text to be inserted in an HTML document at load time.

The syntax takes the form:

<!--#command-->

The '#' distinguishes this syntax from an ordinary comment. Each include command inserts the appropriate content (I.D. key, Publication Title (PT), Registration information (Regis), Time, Date or File) into the current HTML document, at the insertion point. The text can also be inserted in a Form Text box.

Include Commands  Function
<!--#ID--> According to the type of password selected inserts the I.D. number or the password number.
<!--#PT--> Inserts the Publication Title
<!--#Regis--> if the publication is unlocked regis will display "Unlocked publication" (language string 77).
If the publication is registered it will display "This publication is registered to" (language string 57) + the user name.
If the publication is locked and unregistered it will display "Unregistered publication" (language string 38).
<!--#Time--> Inserts the Time.
<!--#Date--> Inserts the Date.
<!--#Refund--> Inserts the refund code after doing a refund. If the page is accessed without doing a refund, it will not display anything.
<!--#Include FILE="myfile.html"--> The specified file will be inserted.