forked from xiaowei1118/java_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyHtml.html
More file actions
36 lines (28 loc) · 1.01 KB
/
MyHtml.html
File metadata and controls
36 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>MyHtml.html</title>
<meta name="keywords" content="keyword1,keyword2,keyword3">
<meta name="description" content="this is my page">
<meta name="content-type" content="text/html; charset=UTF-8">
<!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
</head>
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jQuery.md5.js"></script>
<script type="text/javascript" src="js/sign.js"></script>
<script type="text/javascript">
$(function() {
//document.body.appendChild("<scri"+"pt type='text/javascript' src='Include/DateCalendar.js'></scr"+"ipt>");
var sign = getSignature();
$
.get(
"../foryou/user/toLogin.do?server=56846a8a2fee49d14901d39cc48b8b2a&campusId=1&phone=xiaowei&password=zc0829&secret=13234234234234&sign="
+ sign+"×tamp="+new Date().getTime(), function(data) {
});
});
</script>
<body>
This is my HTML page.
<br>
</body>
</html>