thomascube
2006-09-04 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21
program/js/common.js
@@ -343,6 +343,13 @@
  }
// make a string URL safe
function urlencode(str)
{
  return window.encodeURI ? encodeURI(str).replace(/&/g, '%26') : escape(str);
}
// get any type of html objects by id/name
function rcube_find_object(id, d)
  {