[Menu Bar]


Including Yahoo! Remote on Your Page


For those with JavaScript enabled browsers, you might want to add a link to Yahoo! Remote. You can do so by including the following HTML:


<!-- Begin Yahoo Remote Form -->
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
var gt = unescape('%3e');
var remote = null;
function remoteStart() {
  remote = window.open('', 'yahooRemote', 'width=500,height=200,resizable=1');
  if (remote != null) {
    if (remote.opener == null) {
      remote.opener = self;
    }
    remote.location.href = 'http://www.yahoo.com/remote/remote.html';
  }
}
document.writeln('<FORM' + gt +
                 '<INPUT TYPE="BUTTON" VALUE="Yahoo! Remote" onClick="remoteStart()"' + gt +
                 '</FORM' + gt);
// -->
</SCRIPT>
<!-- Begin Yahoo Remote Form -->

It will look something like this:


Copyright © 1994-98 Yahoo! Inc. All Rights Reserved.
Help - FAQ - Company Info - Feedback