?? form.php
字號:
<html> <body bgcolor=white text=black link=blue vlink=navy alink=red><script> function help(texto) { document.all.help.innerHTML = texto; }</script><base target="envia"><?php function help($fields) { return "<h1>Help</h1><h2>".$fields[0]."</h2><p><i>".$fields[2]."</i></p>"; } $aModes = array ( "TEXT", "LOGO", "GROUP", "PICTURE", "TUNE", "PROFILE", "VCARD", "VCAL", "MWI", "WAPCONFIG", "BOOKMARK", "RAW"); $aFields = array ( "from" => array ( "From", "<input size=16 name=from>", "Numeric (16chars) or alphanumeric (11chars)", ), "to" => array ( "To", "<input size=16 name=to>", "Numeric (16 chars)", ), "text" => array ( "Text", "<textarea name=text rows=4 cols=40></textarea>", "Text message (for UNICODE messages, see <i>charset</i>", ), "charset" => array ( "Charset", "<input size=16 name=charset>", "(Optional) Charset (ex: ISO-8859-1, UTF16-BE, UTF8, etc). Defaults to ISO-8859-1 or UTF16BE with UNICODE", ), "udh" => array ( "User Data Header", "<textarea name=udh rows=2 cols=40></textarea>", "Encode as 001122AAFF", ), "mclass" => array ( "Message Class", '<select name="mclass"> <option value="0">Undefined</option> <option value="1">Visor</option> <option value="2">Mobile</option> <option value="3">SIM</option> <option value="4">SIM Toolkit</option> </select>', "aaa", ), "coding" => array ( "Data Coding", '<select name="coding"> <option value="0">Undefined</option> <option value="1">Texto</option> <option value="3">UNICODE</option> </select>', "A op玢o <i>Texto</i>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -