Template:Imperial/09/TemplateTop
From 2009.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<html> | <html> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | if (window.innerWidth<= | + | if (window.innerWidth<=1024) { |
alert('cat is in the house'); | alert('cat is in the house'); | ||
} | } |
Revision as of 15:11, 28 September 2009
'); }else if(document.documentElement.clientWidth<=1024){ document.write(' '); }else if(document.getElementsByTagName('body')[0].clientWidth<=1024){ document.write(' '); }