Skip to content

Instantly share code, notes, and snippets.

@hogeika
hogeika / test.html
Created March 1, 2012 09:50 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
<input value="Export" type="button" onclick="Export();">
<input value="Import" type="button" onclick="Import();">
<input type="file" id="load_file">
@hogeika
hogeika / test.html
Created February 29, 2012 22:31 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
<input value="Export" type="button" onclick="Export();">
<input value="Import" type="button" onclick="Import();">
<input type="file" id="load_file">
@hogeika
hogeika / test.html
Created February 27, 2012 18:34 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
<input value="Export" type="button" onclick="Export();">
<input value="Import" type="button" onclick="Inport();">
@hogeika
hogeika / test.html
Created February 27, 2012 05:45 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
<div id="history" contenteditable="true"></div>
<script language="javascript">
var g_VERVOSE = false;
@hogeika
hogeika / test.html
Created February 26, 2012 16:01 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
test.
<script language="javascript">
var g_VERVOSE = false;
@hogeika
hogeika / test.html
Created February 24, 2012 07:38 — forked from karino2/test.html
EquationPad
<html>
<head>
<style type="text/css">
.selectedTarget { background-color: red}
</style>
</head>
<body onload="onload()">
test.
<script language="javascript">
function assertEq(exp, act) {