I would like to run javascript function after link load.
Link is for example google and I would like to run function after load, without pressing any bookmarks etc. Is it possible to make a link like
http://google.com?javascript:(function(){}(something here);)
Thanks for your answers
This is not possible, because if it were, then XSS attacks would potentially be around the corner of every link.