Categories | Question details Back To List | ||
can I add javascript as part of the hyperlink behind a
field in a column ?... can I add javascript as part of the hyperlink behind a field in a column ? Answer posted on Mar 05, 2007 09:48 You can incorporate js directly in link by <cell>Link^javascript:alert(1);^_self</cell> or, if you want to add onSomething event, then you can use the next dirty solution: <cell>Link^javascript:void(0)'
onclick='alert(1);^_self</cell> Answer posted by Darya (Support) on Nov 27, 2014 16:55 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking date picker in javascript and dhtml gui. |