mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-18 16:20:22 -07:00
6 lines
159 B
JavaScript
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>
|