⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.html

📁 sip代理服务器实现
💻 HTML
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>Interaction SIP Proxy Help</title>
<meta name="author"      content="Interactive Intelligence" />
<meta name="keywords"    content="" />
<meta name="description" content="" />
<meta http-equiv="content-type"  content="text/html; charset=iso-8859-1" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<script language="javascript">
<!--
  function getURLValue(v)
  {
	  var s = unescape(window.location.search);
	  if (s.indexOf(v) != -1)
    {
		  var temp_s = s.substring(s.indexOf(v + "=") + v.length + 1,s.length);
		  if (temp_s.indexOf("&") != -1) 
      {
			  var new_s = temp_s.substring(0, temp_s.indexOf("&"));
			  return new_s;
		  } 
      else
			  return temp_s;
	  } 
    else
		return("");
  }

  function ViewNoFrames()
  {
    self.location.replace('Help-Index.html');
  }

  function setBody()
  {
    var BodyURL = getURLValue("BodyURL")
    if(BodyURL == "")
      BodyURL = "Help-Overview.html";

    parent._Body.location.replace(unescape(BodyURL));
    parent._Side.location.replace("Help-Side.html?BodyURL=" + escape(BodyURL));
  }
//-->
</script>
</head>
  
<frameset rows="75,500*" frameborder="NO" border="0" framespacing="0" onload="setBody();"> 
  <!-- Top Frame -->
  <frame src="Help-Top.html" scrolling="NO" border="0" marginwidth="5" marginheight="5" name="_Top" />
  <frameset cols="150,100*" frameborder="NO" framespacing="0" border="0">
    <!-- Left Side Frame -->
    <frame src="" scrolling="NO"  name="_Side" framespacing="0" marginwidth="0" marginheight="0" />
	  <!-- Body Frame -->
    <frame src="" name="_Body" framespacing="5" marginwidth="5" marginheight="5" style="border-top:#DDDDDD Solid 8px;border-left:#DDDDDD Solid 8px;"  />
  </frameset>
</frameset>

<!-- BEGIN NOFRAMES Content-->
  <noframes>
    <body bgcolor="#ffffff" onload="JavaScript:ViewNoFrames();">
    </body>
  </noframes>
<!-- END NOFRAMES Content-->

</html>

⌨️ 快捷键说明

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