I am a total amateur to javascripts. I have the scripts in this form.
<!-- BEGIN code-->
<script type="text/javascript">a_b='2385y283yf28332';</script>
<script type="text/javascript" src="http://somewebsite.com/jsclients
/jac.js"charset="utf-8"></script>
<!-- END Code -->
Currently, in order for the code to be executed (the code produces a pop up) a click needs to occur on my web page.
I wanted to know, if theres some method which will execute the code when user lands on my website (without clicking anywhere on my site)
Thanks for any help!