I have links with parameters drawn from grid. One could manipulate them, if one sees the statusbar.
Is there a way to put a link in a blob, or to integrate something like:
———————–
$col["linkoptions"] = "onMouseOver="window.status = ''"; //
———————–
You can use:
$col["default"] = "<a onclick='window.open("http://google.com/?id={name}")' href='javascript:;'>{name}</a>";
and remove link,linkoptions
Thank you. Yes also with CSS it works great.
————-
$col["default"] = "<a class='myclass' alt='dashbutton' title= 'dashbutton' onclick='window.open("../eventhandler.php?event_handler_id=303&ot=1001&sc=flat_flat&fsc=98&sco=4.90&dt=0&cur=%E2%82%AC&ola=german&language_id=2&pm=invoice&co=DashButton&q1=1&p1={products_id}&cea=$email')' href='javascript:;'>{column_name}</a>";
————