Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         <cfoutput>
  2.                 <script>
  3.                 function dynamiclinkSearch( searchValue ){
  4.                     $('.catCheckbox.main[value='+searchValue+']').attr('checked', true);
  5.                     ZoomSearchForm.performSearch();
  6.                     ZoomSearchForm.executeFilterCallbacks();
  7.                 }
  8.                 </script>
  9.  
  10.                         <a href="##" onclick="dynamiclinkSearch('1000000');">IT - </a>
  11.                         <a href="##" onclick="dynamiclinkSearch('10000000');">Ingenieure und technische Berufe - </a>
  12.                         <a href="##" onclick="dynamiclinkSearch('2000000');">Vertrieb und Verkauf - </a>
  13.                         <a href="##" onclick="dynamiclinkSearch('4000000');">Finanzen - </a>
  14.                         <a href="##" onclick="dynamiclinkSearch('5000000');">Personal - </a>
  15.                         <a href="##" onclick="dynamiclinkSearch('12000000');">Recht </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement