表示例
ソース
headタグ内
<script language="JavaScript" type="text/javascript">
function ad(){
su=document.suad.adsu.value;
location.href=su;
}
</script>
bodyタグ内のアドレスバーを付けたい場所
<script type="text/javascript"><!--
document.write('<form name="suad">');
document.write('アドレス(<u>A</u>)<input type="text" name="adsu" size="160" accesskey="A" value="' + location.href +'"><input type="button" value="GO!(E)" onClick="ad()" accesskey="E">');
document.write('</form>');
//--></script>
機能+注意
Alt+Aキーでアドレスバーにフォーカスが移ります。
GO!ボタンを押さないと入力したアドレスのページにジャンプしません。
GO!ボタンを押すにはAlt+Eキーでもいいです。
設置したページのURLが表示されます。