Team:UIUC-Illinois
From 2012.igem.org
Line 14: | Line 14: | ||
<script> | <script> | ||
- | confirm( | + | var r=confirm("Applications for the 2013 UIUC iGEM team are now open, would you like to go to the Application Info page?"); |
+ | if (r==true) | ||
+ | { | ||
+ | x="You pressed OK!"; | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | x="You pressed Cancel!"; | ||
+ | } | ||
window.location = "https://2012.igem.org/Team:UIUC-Illinois/apply"; | window.location = "https://2012.igem.org/Team:UIUC-Illinois/apply"; | ||
</script> | </script> |
Revision as of 03:34, 17 January 2013