source: tmcsimulator/trunk/webapps/einotebook/script/scrollframe.html @ 468

Revision 468, 584 bytes checked in by jdalbey, 7 years ago (diff)

einotebook - multifile commit. Redesign to fix timing problem on some machines as well as improve file naming. Fixed #176.

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<!-- This is an internal frame that contains the formatted XML from the incident script -->
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6    <link href="scrollframe.css" rel="stylesheet" type="text/css">
7    <script type="text/javascript" src="scrollframe.js"></script> 
8    <script type="text/javascript" src="../scripts/cookies.js"></script> 
9</head>
10  <body onscroll="setCookie('scriptScrollY', window.pageYOffset);">
11  </body>
12</html>
Note: See TracBrowser for help on using the repository browser.