Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
554 B

  1. <input type="hidden" name="ADSPath" value="<%= Session("ADSPath") %>">
  2. <% if iThisPage <= LAST then %>
  3. <!-- Hidden Fields for persistence -->
  4. <% if iThisPage <> HOW then %>
  5. <input type="hidden" name="HowSet" value = "<%= Request("HowSet") %>">
  6. <% end if %>
  7. <% if iThisPage <> TEMPLATE then %>
  8. <input type="hidden" name="Template" value = "<%= Request("Template") %>">
  9. <% end if %>
  10. <% if iThisPage <> ACL then %>
  11. <input type="hidden" name="ACLSet" value = "<%= Request("ACLSet") %>">
  12. <% end if %>
  13. <% end if %>