1
0
mirror of https://github.com/Xkeeper0/jul.git synced 2025-07-27 10:11:59 -07:00
Files
jul/js/hex.js
2015-08-08 22:45:34 -07:00

6 lines
159 B
JavaScript

<script>
function hexidecimalchart() {
newwin=window.open('hex.php','hexidecimalchart','toolbar=no,scrollbars=no,status=no,width=350,height=195');
}
</script>