-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
25 lines (25 loc) · 837 Bytes
/
Copy pathtest.html
File metadata and controls
25 lines (25 loc) · 837 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Plugin Test</title>
<style type="text/css">
object { background: url(button.png); }
</style>
</head>
<body>
<script type="text/javascript">
if( navigator.plugins["BetterThanAdsPlugin"] )
document.writeln('\
<object id="pluginobj" type="application/x-vnd-betterthanads-bta" height="32" width="100" >\
<param name="site" value="0000000000000000000"/>\
<param name="ptype" value="subscription"/>\
<param name="description" value="test subscription for betterthanads.com"/>\
<param name="price" value="0.25"/>\
<param name="check" value="7ac66c0f148de9519b8bd264312c4d64"/>\
<param name="posturl" value="http://betterthanads.com/"/>\
Plugin FAILED to load\
</object>\
');
</script>
</body>
</html>