Web Applet causing issues with Advanced Search
We created a global web applet to be placed in action bar. In the web applet, i have script to do certain modifications. Ideally i want the script to run after the page is loaded, fior this reason, i use javascript with window.onload=callme(some function). The moment this line is added, when the user navigates to advanced search screen, user is unable to perform search. When window.onload script is changed to just calling the function, user is able to perform advanced search. Does anybody have any idea why this is happening and if there are any workaround for this.