windows-nt/Source/XPSP1/NT/inetsrv/iis/img/htmla/iiwizsec.dat
2020-09-26 16:20:57 +08:00

17 lines
554 B
Plaintext

<input type="hidden" name="ADSPath" value="<%= Session("ADSPath") %>">
<% if iThisPage <= LAST then %>
<!-- Hidden Fields for persistence -->
<% if iThisPage <> HOW then %>
<input type="hidden" name="HowSet" value = "<%= Request("HowSet") %>">
<% end if %>
<% if iThisPage <> TEMPLATE then %>
<input type="hidden" name="Template" value = "<%= Request("Template") %>">
<% end if %>
<% if iThisPage <> ACL then %>
<input type="hidden" name="ACLSet" value = "<%= Request("ACLSet") %>">
<% end if %>
<% end if %>