call.asp 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  6. <title>天外飞音</title>
  7. <link href="public/css.css" rel="stylesheet" type="text/css">
  8. <script type="text/javascript">
  9. var curr;
  10. curr="";
  11. function tag1()
  12. {
  13. curr="1";
  14. }
  15. function tag2()
  16. {
  17. curr="2";
  18. }
  19. function input(v)
  20. {
  21. if ( curr == "2" )
  22. {
  23. document.getElementById("txt_call").value=document.getElementById("txt_call").value+v.value
  24. }
  25. else
  26. {
  27. document.getElementById("txt_host").value=document.getElementById("txt_host").value+v.value
  28. }
  29. }
  30. function checkForm(obj)
  31. {
  32. if (obj.txt_host.value=="")
  33. {
  34. alert("主机号码不能为空")
  35. obj.txt_host.focus();
  36. return false;
  37. }
  38. if (obj.txt_call.value =="")
  39. {
  40. alert("被叫号码不能为空");
  41. obj.txt_call.focus();
  42. return false;
  43. }
  44. return true;
  45. }
  46. </script>
  47. <style type="text/css">
  48. <!--
  49. .STYLE1 {font-size: 14px}
  50. .STYLE2 {font-size: 12px}
  51. .STYLE3 {
  52. font-size: 18px;
  53. font-weight: bold;
  54. }
  55. .body{font-size:12px}
  56. .left_li { list-style-image: url(images/littlepic.gif); padding-top:10px;text-align:left}
  57. .left_li li{ margin-top:3px}
  58. #menu{table-layout:fixed;}
  59. #menu .menuHere {
  60. BORDER-RIGHT: #9ec9ec 1px solid; BORDER-TOP: #9ec9ec 1px solid; BORDER-LEFT: #9ec9ec 1px solid; BORDER-BOTTOM: #9ec9ec 1px solid; HEIGHT: 24px; TEXT-ALIGN: center;FONT-WEIGHT: bold; BACKGROUND: #f4fbff; BORDER-BOTTOM-STYLE: none; color:#FF0000
  61. }
  62. #menu .menuWill {
  63. BORDER-RIGHT: #9ec9ec 1px solid; BORDER-TOP: #9ec9ec 1px solid; BORDER-LEFT: #9ec9ec 1px solid; BORDER-BOTTOM: #9ec9ec 1px solid; HEIGHT: 24px; TEXT-ALIGN: center; BACKGROUND: #ffffff;
  64. }
  65. #mySide {
  66. BORDER-RIGHT: #4F8DC1 1px solid;BORDER-LEFT: #4F8DC1 1px solid;BORDER-BOTTOM: #4F8DC1 1px solid; border-top:#9ec9ec 1px;
  67. padding-top:20px
  68. }
  69. #menu .clearance{BORDER-BOTTOM: #9ec9ec 1px solid}
  70. .STYLE4 {
  71. font-size: 24px;
  72. font-weight: bold;
  73. }
  74. -->
  75. </style>
  76. </head>
  77. <body >
  78. <table width="481" border="0" align="center" cellpadding="0" cellspacing="0" id="menu">
  79. <tbody>
  80. <tr>
  81. <td height="28" background="img/title_bg.gif" > &nbsp;
  82. &nbsp;全球网络回呼 </td>
  83. </tr>
  84. <tr>
  85. <td valign="top" id="mySide" style="padding-top:2px;background-color:#E7F0F7"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" style="padding-left:50px" >
  86. <form id="form1" name="form1" method="post" onsubmit="return checkForm(this)" action="docall.asp" >
  87. <tr>
  88. <td><div align="center">
  89. <table width="100%" border="0" align="left" cellpadding="0" cellspacing="0">
  90. <tr>
  91. <td height="34"><div align="left"><font color="#0000FF"><strong>主叫</strong></font>
  92. <input type="text" name="txt_host" onfocus="tag1()" />
  93. <font size="2">*您的号码(接听免费)</font><br />
  94. </div></td>
  95. <td rowspan="3">&nbsp;</td>
  96. </tr>
  97. <tr>
  98. <td height="32" nowrap="nowrap"> <div align="left"><strong><font color="#FF3300">被号</font></strong>
  99. <input type="text" name="txt_call" onfocus="tag2()" />
  100. <font size="2">*接听的电话(接听免费)</font></div></td>
  101. </tr>
  102. <tr>
  103. <td><table width="100%" height="" border="0" cellpadding="0" cellspacing="0">
  104. <tr>
  105. <td width="25%" >
  106. <table width="80%" height="164" border="0" align="center" cellpadding="5" cellspacing="0">
  107. <tr>
  108. <td><input type="button" name="Submit2" value="1" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  109. onmouseout="this.className='btn3_mouseout'"
  110. onmousedown="this.className='btn3_mousedown'"
  111. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)" />
  112. </td>
  113. <td><input type="button" name="Submit3" value="2" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  114. onmouseout="this.className='btn3_mouseout'"
  115. onmousedown="this.className='btn3_mousedown'"
  116. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/></td>
  117. <td><input type="button" name="Submit4" value="3" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  118. onmouseout="this.className='btn3_mouseout'"
  119. onmousedown="this.className='btn3_mousedown'"
  120. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/></td>
  121. </tr>
  122. <tr>
  123. <td><input type="button" name="Submit5" value="4" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  124. onmouseout="this.className='btn3_mouseout'"
  125. onmousedown="this.className='btn3_mousedown'"
  126. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/></td>
  127. <td><input type="button" name="Submit7" value="5" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  128. onmouseout="this.className='btn3_mouseout'"
  129. onmousedown="this.className='btn3_mousedown'"
  130. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/></td>
  131. <td><input type="button" name="Submit6" value="6" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  132. onmouseout="this.className='btn3_mouseout'"
  133. onmousedown="this.className='btn3_mousedown'"
  134. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)" /></td>
  135. </tr>
  136. <tr>
  137. <td><input type="button" name="Submit8" value="7" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  138. onmouseout="this.className='btn3_mouseout'"
  139. onmousedown="this.className='btn3_mousedown'"
  140. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px"
  141. onclick="input(this)"/></td>
  142. <td><input type="button" name="Submit9" value="8" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  143. onmouseout="this.className='btn3_mouseout'"
  144. onmousedown="this.className='btn3_mousedown'"
  145. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/></td>
  146. <td><input type="button" name="Submit10" value="9" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  147. onmouseout="this.className='btn3_mouseout'"
  148. onmousedown="this.className='btn3_mousedown'"
  149. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/></td>
  150. </tr>
  151. <tr>
  152. <td><label>
  153. <input type="button" name="Submit11" value="*" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  154. onmouseout="this.className='btn3_mouseout'"
  155. onmousedown="this.className='btn3_mousedown'"
  156. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/>
  157. </label></td>
  158. <td><label>
  159. <input type="button" name="Submit12" value="0" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  160. onmouseout="this.className='btn3_mouseout'"
  161. onmousedown="this.className='btn3_mousedown'"
  162. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/>
  163. </label></td>
  164. <td><label>
  165. <input type="button" name="Submit13" value="#" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  166. onmouseout="this.className='btn3_mouseout'"
  167. onmousedown="this.className='btn3_mousedown'"
  168. onmouseup="this.className='btn3_mouseup'" style="height:30px; width:30px; font:Arial, Helvetica, sans-serif; font-size:14px" onclick="input(this)"/>
  169. </label></td>
  170. </tr>
  171. </table>
  172. </td>
  173. <td width="31%"><input type="submit" style="height:60px; width:80px; font-size:18px" class="btn3_mouseout" onmouseover="this.className='btn3_mouseover'"
  174. onmouseout="this.className='btn3_mouseout'"
  175. onmousedown="this.className='btn3_mousedown'"
  176. onmouseup="this.className='btn3_mouseup'" name="Submit" value="呼叫" /> </td>
  177. <td width="44%"><table width="100%" border="0" align="left" cellpadding="5" cellspacing="0">
  178. <tr>
  179. <td> <div align="left" class="STYLE3"><font color="#0033FF">全球呼简介</font></div></td>
  180. </tr>
  181. <tr>
  182. <td><div align="left" class="STYLE2">1、通达全球任何一台座机,手机,小灵通</div></td>
  183. </tr>
  184. <tr>
  185. <td><div align="left" class="STYLE2">2、价格便宜、接听方便、通话质量好。</div></td>
  186. </tr>
  187. <tr>
  188. <td><div align="left" class="STYLE2">3、不另收取通话双方费用。</div></td>
  189. </tr>
  190. <tr>
  191. <td> <div align="left" class="STYLE1"><strong><font color="#FF3300">拨号规则:</font></strong></div></td>
  192. </tr>
  193. <tr>
  194. <td><div align="left" class="STYLE2">&nbsp;&nbsp;00+国家代码+区号+固定电话号码</div></td>
  195. </tr>
  196. <tr>
  197. <td> <div align="left" class="STYLE2">&nbsp;&nbsp;00+国家代码+手机号码(不用加0)</div></td>
  198. </tr>
  199. </table>
  200. <br /></td>
  201. </tr>
  202. </table></td>
  203. </tr>
  204. </table>
  205. </div></td>
  206. </tr>
  207. </form>
  208. </table></td>
  209. </tr>
  210. <tr>
  211. <td> </td>
  212. </tr>
  213. </tbody>
  214. </table>
  215. </body>
  216. </html>