Delete

Are you sure you want to delete this?

Game


Name
Connect The Dots
Rules
<style type="text/css"> .centred { width: 297px; margin-left: auto; margin-right: auto;} .btn { width: 248px;margin-left: auto;margin-right: auto;background-color: #AAE3FF;height: 40px;border: 1px solid #069;border-radius: 15px;} </style> <script type="text/javascript"> function ChangePic() { var btn = document.getElementById("btnChangePic"); var img = document.getElementById("imgSuperman"); if (btn.value=="Click for solution >") { img.src="/Content/images/ConnectTheDotsComplete.gif"; btn.value="< Back to the puzzle"; } else { img.src="/Content/images/ConnectTheDots.gif"; btn.value="Click for solution >"; } } </script> <p>I can't think of anything more fun than connecting dots.</p> <div class="centred"> <img id="imgSuperman" alt="Connect the dots" src="/Content/images/ConnectTheDots.gif" /><br /> <input id="btnChangePic" type="button" value="Click for solution >" onclick="ChangePic();" class="btn" /> </div>
About
Excerpt
Like there can be anything more fun than connecting the dots
Thumb
/Content/images/assets/thumbs/connect-the-dots.png
img
SubmitDate
9/17/2014 12:00:00 AM