p2.html

来自「MAX+PLUSII下载电缆制作资料 ,.内有电路图等」· HTML 代码 · 共 28 行

HTML
28
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>圈圈小助手</title>
<link href="common/style_igw.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript" src="common/common.js"></script>
</head>
<body onload="">
  <div class="content">
    <ul class="topnav">
      <li class="next"><span><a href="StartPage.html">圈圈帮助</a></span></li>
      <li class="now"><span><a href="#">圈圈设置</a></span></li>
    </ul>
    <div class="main_content">
		<h1>进入游戏后,是否开启圈圈</h1>
      <p class="p_select1"><input name="" type="radio" value="" checked="checked" />
      开启圈圈&nbsp;&nbsp;&nbsp;&nbsp;<input name="" type="radio" value="" onclick="javascript:window.location.href='p3.html';" />
      关闭圈圈</p>
      <p class="p_iframe"><iframe src="http://vote.poptang.com/igw/images/0623.htm" frameborder="0" allowtransparency="true" scrolling="no" marginheight="0px" marginwidth="0px"></iframe></p>
    </div>
	<div class="btn"><input type="button" value="确 定" class="btn_1" onclick="javascript:OpenIGW();"/>
	&nbsp;&nbsp;<input type="button" value="关 闭" class="btn_1" onclick="javascript:window.close();" />
	</div>
  </div>
</body>
</html>

⌨️ 快捷键说明

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