home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / docs / isapi / index.stm next >
Encoding:
Text File  |  2002-01-13  |  977 b   |  29 lines

  1. <RC$title = ISAPI Extensions>
  2. <RC$navurl = /samples/index.stm>
  3. <RC$navname = Samples>
  4. <RCinclude /header.stm>
  5. <BR>
  6. <font size=5><B>ISAPI Extension Test Page</B></font>
  7. <p>
  8. <h3>This is a GET operation</h3>
  9. <form action="/isapi/testisa.dll" method=get>
  10. <input type="checkbox" name="check1" value="Value1">Value1  
  11. <input type="checkbox" name="check2" value="Value2">Value2  
  12. <input type="checkbox" name="check3" value="Value3">Value3<p>
  13. <input type="submit" value="Execute ISAPI TEST Extension">
  14. </form>
  15. <p>
  16. <h3>This is a POST operation</h3>
  17. <form action="/isapi/testisa.dll" method=post>
  18. <input type="checkbox" name="check1" value="Value1">Value1  
  19. <input type="checkbox" name="check2" value="Value2">Value2  
  20. <input type="checkbox" name="check3" value="Value3">Value3<p>
  21. <input type="submit" value="Execute ISAPI TEST Extension">
  22. </form>
  23. <p>
  24.  
  25. <p>
  26. <a href="/isapi/testisa.dll?HELLO+WORLD">Execute ISAPI TEST Extension</a>
  27. <p>
  28. <RCinclude /footer.stm>
  29.