can I add javascript as part of the hyperlink behind a
field in a column ?
You
can incorporate js directly in link by
Link^javascript:alert(1);^_self
or,
if you want to add onSomething event, then you can use the next dirty solution:
Link^javascript:void(0)’
onclick='alert(1);^_self<o:p></o:p>