08/10/03 23:55:43 zgOmXYIh0
>>887
できました…! substr(7)なんてのがあるんですね…勉強なりますッ
<script type="text/javascript">
document.write('<a target="_blank" href="URLリンク(web.archive.org)' +location+ '">internet archive</a> - '
+ '<a target="_blank" href="URLリンク(www.google.co.jp)' +encodeURIComponent((''+location).match(/^[^#]+/))+location.hash+ '">Google cache</a> - '
+ '<a target="_blank" href="URLリンク(megalodon.jp)' +encodeURIComponent((''+location).match(/^[^#]+/))+location.hash+ '">ウェブ魚拓</a> - '
+ '<a target="_blank" href="URLリンク(bypass..)' +location.href.substr(7)+ '">bypass</a> '
)
</script>
こんな感じになりました~