oceannative
Programmer
I have a table of contents page that lists several entries like this:
The documents that they reference are 'incorporation.aspx' and 'authority.aspx'
What indicates the relationship between the reference to Load=AP100M and the .aspx file?
Thanks in advance...
Code:
<tr><td><a href="Default.aspx?Load=AP100M">Incorporation by Reference</a></td></tr>
<tr><td><a href="Default.aspx?Load=AP200M">Delegated Authority</a></td></tr>
The documents that they reference are 'incorporation.aspx' and 'authority.aspx'
What indicates the relationship between the reference to Load=AP100M and the .aspx file?
Thanks in advance...