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">
 +
alert('cat');
alert(window.innerWidth);
alert(window.innerWidth);
-
alert(document.documentElement.clientWidth);
 
if (window.innerWidth<=1024) {
if (window.innerWidth<=1024) {

Revision as of 15:09, 28 September 2009

'); }else if(document.documentElement.clientWidth<=1024){ document.write(' '); }else if(document.getElementsByTagName('body')[0].clientWidth<=1024){ document.write(' '); }