/[suikacvs]/webroot/chuubu/2001/2-7/timetable/jikanwari-script.js
Suika

Contents of /webroot/chuubu/2001/2-7/timetable/jikanwari-script.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Fri Mar 12 01:57:56 2004 UTC (21 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/javascript
Imported into CVS

1 wakaba 1.1
2     function showl() {
3     document.styleSheets(2).addRule(".l", "display: inline");
4     }
5     function hidel() {
6     document.styleSheets(2).addRule(".l", "display: none");
7     }
8    
9     function shownn() {
10     document.styleSheets(2).addRule(".t", "display: block");
11     }
12     function hidenn() {
13     document.styleSheets(2).addRule(".t", "display: none");
14     }
15    
16     function init() {
17     ie.longname.onclick = showl;
18     ie.shortname.onclick = hidel;
19     ie.withname.onclick = shownn;
20     ie.withoutname.onclick = hidenn;
21     }
22    
23     window.onload = init;

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24