Is it possible to link javascript dynamically. I mean, like this:
<script type="text/javascript>
var source= location.href+"abc.js";
</script>
<script src=source></script>
I tried the above code but it didn't work. I tried using eval() but it still didn't work. Anyway we can make that work? Help me guys.. this is important.