Use of javascript in OFS
Content
Hi All,
We are trying to implement a javascript code in plugins in OFS. It it possible to pass the javascript code like given below in the URL of the plugin. I am basically trying to pass sample seed parameters in the javascript.
<a href='javascript:window.open('http://google.com');'>Click me</a>
I have worked in past with the URL with seed parameters in plugins and it used to work fine, I am trying this type of implementation for the first time. Alternatively is there any other way where we can pass the seed parameters in the javascript code like given above.
0