I have a javascript src that i need to add to some of the pages in a site.
for example
<script type="text/javascript" src="http:abcxyz.com/zzz"></script>
I want to add this conditionally on a .ascx page - if the Request.ServerVariables["SCRIPT_NAME"]
ends with certain criteria.
The ascx language is vb, and there is no code behind.
Thanks