Method code for $page_bin_index._make_object_href()

[Turn off line numbering]
  1: arg obj;
  2: 
  3: return "<a href=\"/bin/object?target=" + obj.objname() + "\">" + obj.namef('xref).to_html() + "</a>";

// Brad Roberts
// Bruce Mitchener, Jr.
// Created 16-May-1997 as a part of ColdCore, see: @help Credit

Tlon