success_s.asp.svn-base

来自「一个很好的无线搜索、自动连接脚本」· SVN-BASE 代码 · 共 47 行

SVN-BASE
47
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html>	<head>		<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />		<title><% nvram_get("router_name"); %></title><!--	<link type="text/css" rel="stylesheet" href="style/<% nvram_get("router_style"); %>/style.css" />	-->		<!--[if IE]><link type="text/css" rel="stylesheet" href="style/<% nvram_get("router_style"); %>/style_ie.css" /><![endif]--><!--	<script type="text/javascript" src="common.js"></script>		<script type="text/javascript" src="lang_pack/english.js"></script>		<script type="text/javascript" src="lang_pack/language.js"></script>		-->		<!-- Botho 22/04 : css_include() and js_include() correct in a temporary way the loss of style and javascript includes -->		<style type="text/css"><% css_include(); %>		</style>		<script type="text/javascript"><% js_include(); %>var submit_button = "<% get_web_page_name(); %>";function to_submit(){	if(submit_button == ".asp")		history.go(-1);	else if(submit_button == "WL_WEPTable.asp")		self.close();	else if(submit_button == "Register_ok.asp"){		document.location.href =  "HotSpot_Admin.asp";	}	else		document.location.href =  submit_button;}		</script>	</head>		<body>		<div class="message">			<div>				<form>					<script type="text/javascript">Capture(success.saved)</script><br />					<script type="text/javascript">document.write("<input type=\"button\" name=\"action\" value=\"" + sbutton.continu + "\" onclick=\"to_submit()\" />")</script>				</form>			</div>		</div>   </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?