-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.html
28 lines (27 loc) · 1.35 KB
/
tools.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
<!DOCTYPE HTML><html lang="en">
<head><meta charset="UTF-8">
<meta name="Description" content="Access commands and functions can be used in the VBA code set to run when form buttons are clicked or other form events run.">
<link rel="STYLESHEET" href="main.css" type="text/css">
<title>Online Tools | SS64.com</title>
<style type="text/css">
.style1 {color: #990000}
</style></head>
<body>
<div id="tnav"><ul>
<li class="tbtn"><a href="index.html">( SS64 )</a></li>
<li><div id="search"><form action="https://www.google.com/search" method="get">
<button tabindex="-1" type="submit" id="q-img"></button>
<input type="text" name="q" id="q" size="27" maxlength="255" onblur="if(this.value=='')this.value='Search…';" onclick="if(this.value=='Search…')this.value='';" value="Search…">
<input type="hidden" name="sitesearch" value="ss64.com"></form></div></li>
</ul></div>
<h1> Tools</h1>
<p>Some javascript tools and useful lookup tables:</p>
<blockquote>
<p> <a href="ascii.html">ASCII Table</a> character codes from 0 - 127 are identical to Unicode.</p>
<p><a href="passwords/index.html">Password generator 10 char</a> and <a href="pass/index.html">20 char extra strong</a></p>
<p>Other online tools have now moved over to <a href="https://emw3.com/">Emw3.com</a></p>
<p> </p>
</blockquote>
<pre> </pre>
<p> </p></body>
</html>