M
Moskie
I recently came across an application where the 'src' attribute of a
script tag was an ASPX file. Like so:
<script language="JavaScript" src="scriptfile.aspx"></script>
This is a new idea for me, and I had some questions about it.
When scriptfile.aspx is processed, is it going to have access to the
same request object and submitted form variables that the parent page
has? Will that aspx page be able to access the public and protected
members with <% %> server tags as the parent page would?
And maybe someone can link me to a guide on the web that details what
can and can't be done in this situation.
Thanks.
script tag was an ASPX file. Like so:
<script language="JavaScript" src="scriptfile.aspx"></script>
This is a new idea for me, and I had some questions about it.
When scriptfile.aspx is processed, is it going to have access to the
same request object and submitted form variables that the parent page
has? Will that aspx page be able to access the public and protected
members with <% %> server tags as the parent page would?
And maybe someone can link me to a guide on the web that details what
can and can't be done in this situation.
Thanks.