トップ  eラーニング  書籍紹介  用語集

Google

言語

開発環境

Webアプリ/ミドル

データベース

OS/ネットワーク

ITスキル

海外サイト翻訳

書籍検索

用語検索

Javascriptで文字列表示

サンプルプログラム1

表示結果は次のようになります。→hello.html


<!--サンプルソース(hello.html)
ブラウザに「Hello JavaScript」と表示する。
-->

<html>
<body>
<script type="text/javascript">
  document.write("Hello JavaScript");
</script>
</body>
</html>

サンプルプログラム2

表示結果は次のようになります。→url.html


<!--サンプルソース(url.html)
ブラウザにリンクを表示する。
-->

<html>
<body>
<script type="text/javascript">
  document.write("<a href=\"hello.html\">hello</a>");
</script>
</body>
</html>

戻る

Loarding…

グループサイト  zealseeds  zealseedsラーニング  zealseedsブックス  名か字  名科辞典  幸福の木の育て方

Copyright (C) 2007-2011 zealseeds. All Rights Reserved.お問合せ