Tel: 01737 766930
Email: info@ultimatedb.net
Ultimate Database Ltd.
 

A
j
a
x

L
i
n
k

{AJLINK(Obj_ID, Parameters, Type, DivID, cTxt, Class)}

This provides fast loading content to be inserted into the current page at the request of the user or immediatly after page load.

  1. Obj_ID is the ID of the object to be inserted. If the page is an ASP page then prefix the ID with 'A' e.g. A123
    If you just want to show or hide a DIV element then set the Obj_id = 0.
  2. Parameters are any URL parameters to be passed to the page
  3. Type, 0 = Insert on page load, 1 = Insert on click, 2 = Insert on click then remove on click, 3 = insert on mouse over.
  4. DivID is the ID of the DIV tag where the content is to be inserted. If you leave this blank then a div area will be created immediatly after the link.
  5. cTxt is the text or image to be displayed as the link. If this is left blank then an arrow is used. If you prefix this with 'I:' then you can add the path to an image.
  6. This is the class to be applied to the surrounding tag.

e.g.  {AJLINK(2277,,2)} will do the following:-