Netgear WFS709TP-100NAS 사용자 가이드

다운로드
페이지 222
WFS709TP ProSafe Smart Wireless Switch Software Administration Manual
Internal Captive Portal
C-3
v1.0, June 2007
Recommended Options:
None.
You must also include an input button:
<INPUT type="submit">
Basic HTML Example
<HTML>
  <HEAD>
  </HEAD>
  <BODY>
    <FORM method="post" autocomplete="off" ACTION="/auth/index.html/u">
    Username:<BR>
    <INPUT type="text" name="user" accesskey="u" SIZE="25" VALUE="">
    <BR>
    Password:<BR>
    <INPUT type="password" name="password" accesskey="p" SIZE="25"   
        VALUE="">
    <BR>
    <INPUT type="submit">
    </FORM>
  </BODY>
</HTML>
For a more advanced example, use your browser’s View Source function while viewing the default 
captive portal page.