I\'m executing an external script, using a inside .
Now since the script executes before the pa
Use this code with jQuery library, this would work perfectly fine.
$(window).bind("load", function() { // your javascript event });