Javascripts > Javascript Windows > Remote Control Script
Script Title: Remote Control Script
Description: This scripts opens up a new window which acts like a remote control enabling you to navigate the site.
Example: Available
Copy the following code into your <HEAD></HEAD> tags.<script> <!-- function remote(){ /*Credit: Website Abstraction www.wsabstract.com more JavaScripts here.*/ win2=window.open("remote.html","","width=150,height=350,scrollbars") win2.creator=self } //--> </script>
Copy the following code between the <BODY></BODY> tags of your html page.<form> <input type="button" value="Launch remote!" onClick="remote()"> </form>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email