-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathad1.html
More file actions
35 lines (33 loc) · 1.29 KB
/
ad1.html
File metadata and controls
35 lines (33 loc) · 1.29 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
<html>
<head>
<style type="text/css">
.html-body-overflow {
overflow-x: hidden;
overflow-y: hidden;
}
* {
margin: 0;
padding: 0;
}
</style>
</head>
<body style="background-color: transparent;"
onContextMenu="return false;" onSelectStart="return false;">
<a id="link" style="font-size: 10pt; text-decoration: none;"
target="_blank"
href="https://www.amazon.com/gp/search?ie=UTF8&tag=cpupk-20&linkCode=ur2&linkId=ca0bfcf6495abb729cabf596f75bbb1b&camp=1789&creative=9325&index=books&keywords=Java%20Architecture%20Book"><img src="images/book.gif"
border="0" alt=""
style="position:relative;top:1px; border: none !important; margin: 0px !important;" /> <span id="label" style="position:relative;top:-3px; border: none !important; margin: 0px !important;">Just Test</span></a>
<img src="//ir-na.amazon-adsystem.com/e/ir?t=cpupk-20&l=ur2&o=1"
width="1" height="1" border="0" alt=""
style="border: none !important; margin: 0px !important;" />
</body>
<script src="http://cdn.bootcss.com/jquery/1.10.1/jquery.min.js"></script>
<script type="text/javascript">
$(document.body).toggleClass("html-body-overflow");
$(document.body).toggleClass("html-body-overflow");
function getContentArea() {
return [ $("#link").width(), $("#label").height() ];
}
</script>
</html>