Sandbox: Difference between revisions

mNo edit summary
mNo edit summary
Line 19: Line 19:
function toTheMessageBoard(){
function toTheMessageBoard(){
window.alert("Taking you to the message board");
window.alert("Taking you to the message board");
location.href ="http://bose.infopop.cc";
window.location.href ="http://bose.infopop.cc/index.html";
}
}
</script>
</script>