I need someone to enlighten me. I've seen this:
<script src="http://host.com/file.js?no_forms=1"></script>
What does that means? A GET parameter passed to a javascript file? Into which conditions this can be done? What kind of approach is this?
Any help would be appreciated.