anchor
文字列にアンカーを追加します。
構文
文字列.anchor(アンカー名)
例文
<html>
<head>
<title>anchor</title>
</head>
<body>
<script type="text/javascript"><!--
var lnk = "1".anchor("Chapter1");
document.write(lnk);
// --></script>
</body>
</html>
関連記事
スポンサーリンク





