Nothing to see here, move along please. This blog is only used to allow me to communicate between my tablets and my PCs.

Tuesday, November 13, 2007

This is test 2
function goodbyeornot(){
if (confirm("Do you want to exit?"))
{
alert("Thanks for Visiting!");
}
else
{
location.reload();
}
}

End pf Test 2

function goodbyeornot(){
if (confirm("Do you want to exit?"))
{
alert("Thanks for Visiting!");
}
else
{
location.reload();
}
}

No comments: