pastebin

Paste Search Dynamic
Recent pastes
jQuery function
  1. jQuery(function () {
  2.   var url = "patientsview.php?SelectedID=%ID%";
  3.   var tv = AppGiniHelper.TV;
  4.   tv.addLink(url, "search", "Open");
  5.   // tv.addLink(href, icon, text, variation, prompt)
  6. });
Parsed in 0.005 seconds