http://www.callumcarolan.co.uk/thbb/news/alert.htm
code:
<script type="text/javascript">
alert('hello');
</script>

http://www.callumcarolan.co.uk/thbb/news/alert.htm
code:
<script type="text/javascript">
alert('hello');
</script>
This new one works! Thanks, is there one where you have to click OK or CANCEL.. ok redirects to one site, and cancel redirects to another +REP!
I haven't tested it.HTML Code:<script type="text/javascript"> function changepage( page ) { var confirm = confirm("Change the page to: " + page + " ?"); if (confirm){ window.location = page; } else { return false; } } </script> <a href="page.html" onclick="changepage('page.html');">Change Page to page.html?</a>
Looks confusing.I haven't tested it.HTML Code:<script type="text/javascript"> function changepage( page ) { var confirm = confirm("Change the page to: " + page + " ?"); if (confirm){ window.location = page; } else { return false; } } </script> <a href="page.html" onclick="changepage('page.html');">Change Page to page.html?</a>
Can anyone make it so you wait a bit ('x') and then I can put how long you wait till that pop-up pops up.<script type="text/javascript">
alert('hello');
</script>
Last edited by shizzle; 14-09-2009 at 11:03 AM.
Nice site you've got going on there Callum.![]()
Want to hide these adverts? Register an account for free!