I see many widgets that allow this :
<script src="http://www.mywebsite.it/widget/widget.js?year=2000" type="text/javascript"></script>
How can I manage that year? I mean, widget.js, on loading, does an ajax call to an aspx page. And I'd like to pass that year to the aspx page.
How can I do it from the .js?
 
    