Mercurial > hg > webaudioevaluationtool
comparison test_create.html @ 2494:8be11a6d8b59
Set full charset
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Fri, 02 Sep 2016 14:56:01 +0100 |
parents | 760719986df3 |
children | 464c6c6692d6 |
comparison
equal
deleted
inserted
replaced
2492:f0b0809c7ee5 | 2494:8be11a6d8b59 |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
3 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> | 4 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> |
4 <link rel='stylesheet' type="text/css" href="test_create/style.css"/> | 5 <link rel='stylesheet' type="text/css" href="test_create/style.css"/> |
5 <link rel='stylesheet' type="text/css" href="test_create/custom.css"/> | 6 <link rel='stylesheet' type="text/css" href="test_create/custom.css"/> |
6 <script type="text/javascript"> | 7 <script type="text/javascript"> |
7 window.onbeforeunload = function (e) {var message = 'If you leave the page now, any unsaved changes will be lost', e = e || window.event; if (e) { e.returnValue = message;}return message;}; | 8 window.onbeforeunload = function (e) {var message = 'If you leave the page now, any unsaved changes will be lost', e = e || window.event; if (e) { e.returnValue = message;}return message;}; |