I need to send information to an ID.
<script language="javascript" src="/foo.aspx?id=1"></script>
This code is located within a .aspx page of mine.
The data must be transmitted upon loading, before executing the mentioned code.
Is there a way to achieve this?