-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsorry_no_ie.html
84 lines (79 loc) · 3.63 KB
/
sorry_no_ie.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE HTML>
<!--
RFE_Calc is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.
RFE_Calc is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public License
along with RFE_Calc. If not, see <http://www.gnu.org/licenses/>.
Copyright © 2009-2014, Vernon Mauery (N7OH)
-->
<html><head>
<meta charset="UTF-8">
<meta name="keywords" content="Amateur Radio RF Safety Calculator, RF Safety, RF Exposure Calculator, RF Safety Calculator, RFE, MPE, RFE Calculator">
<meta name="description" content="Calculate RF exposures for various transmitters, antennas and other settings">
<title>N7OH RF Exposure Calculator</title>
<style>
div.text {
width: 600px;
}
</style>
</head><body bgcolor="#ffffff" text="#000000">
<div class="text">
<h2>Internet Explorer Not Supported</h2>
<p>Sorry for the inconvenience. The N7OH RFE Calculator requires just
about anything except Internet Explorer. Rumor has it that it works on
IE 8 (and later versions), but you run that at your own risk;
I am not able to test that browser.
Try <a href="http://www.getfirefox.com/">FireFox</a>,
<a href="http://www.opera.com/download/">Opera</a>,
<a href="http://www.google.com/chrome">Chrome</a>, or maybe even Safari.
Whatever you try, make sure it is a new browser that supports HTML 5.
In addition, you <b>must have JavaScript enabled</b> for this page
or it will not work at all.
</p>
<p>73,<br/>Vernon Mauery, N7OH</p>
</div>
<div id="about">
<h2>About <i>N7OH RF Exposure Calculator</i></h2>
<div class="text">
<p>
RF Exposure Calculator - Helping hams understand the mysteries of RF Exposure<br/>
Copyright © 2009-2014 <a href='http://vernon.mauery.com/'>Vernon Mauery</a> (N7OH)
</p><p>
The idea originated from the <a
href='http://hintlink.com/power_density.htm'>power density calculator
written by W4/VP9KF</a>.
I started writing my own javascript version only to find that it was
really annoying to need to retype everything in each time I visited
the page. I wanted something that would store my data. And I wanted
to be able to share the application with others, but I didn't want to
store <i>their</i> information. I finally learned about local storage
with HTML 5 and decided that I could use that for this application.
</p><p>
If you have questions, comments, suggestions, flames or anything else
you would like to tell the author, please send an email: <span id="contact">[my call sign] at arrl dot net</span>
</p>
</div>
<hr/>
<tt><p>
This program is free software: you can redistribute it and/or modify<br/>
it under the terms of the GNU General Public License as published by<br/>
the Free Software Foundation, either version 3 of the License, or<br/>
(at your option) any later version.<br/>
</p><p>
This program is distributed in the hope that it will be useful,<br/>
but WITHOUT ANY WARRANTY; without even the implied warranty of<br/>
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br/>
GNU General Public License for more details.<br/>
</p><p>
You should have <a href="LICENSE">received a copy</a> of the GNU General Public License<br/>
along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</p></tt>
</div>
</div>
</body>
</html>