: Temporarily disabling one of your tools
At times it may be useful to temporarily disable one of your tools while you change the appearance or settings. This can be done by following the instructions below:
- Login to your Website Toolbox account.
- Click the Custom HTML link.
- Insert the following code into the "Header" text box:
<script>
<!--
alert("MESSAGE");
document.location = "URL";
-->
</script>
Replace MESSAGE with the message you would like to display to your users. Replace URL with the URL you would like to redirect your users to.
|