JavaScript Remote Control Script
JavaScript
Download (.zip)
<script> <!-- function remote(){ winr=window.open("file.html","","width=200,height=200,scrollbars") winr.creator=self } //--> </script>
<form> <input type="button" value="Push me!" onClick="remote()"> </form>
|