![[Menu Bar]](http://us.yimg.com/i/features/info3.gif)
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: