学院首页>网页制作>心得技巧>在WEB页面上面发送消息到ICQ

在WEB页面上面发送消息到ICQ

作者:未知 来源:未知 添加时间:2006-5-21 10:11:02
只需要改动那个隐藏的<Input>的Value值就好了!

<html>
<head>
<title>
发送消息到ICQ
</title>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<META HTTP-EQUIV='Expires' CONTENT='0'>
<link rel="stylesheet" type="text/css" href="default.css">
<body>
<b>发送一条讯息给:36091683</b>
<form action=http://wwp.mirabilis.com/scripts/WWPMsg.dll method=post>
<input type=hidden name=to value="36091683">
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
  <td><b>您的姓名: </b></td> 
  <td>  <input type=text name=from value size=15 maxlength=40 onfocus="this.select()"></td>
</tr>
<tr>
  <td><b>您的Email: </b></td>
  <td> <input type=text name=fromemail value size=15 maxlength=40 onfocus="this.select()"></td>
</tr>
<tr>
  <td><b>主题: </b></td> 
  <td>  <input size=20 maxlength=255 name=subject ></td>
</tr>
<tr>
  <td><b>讯息内容:  </b></td>
  <td><textarea name=body rows=4 cols=40 wrap=Virtual claass=smallarea></textarea></td>
</tr>
 </table>
 <br><input type=submit class=buttonface name=Send value=发送>
</form>
<center>  
 
站内搜索