document.write
ドキュメント上にデータを出力します。サブウィンドウやフレームにデータを書き出す場合にはopen()でストリームを開いておく必要があります。
構文
document.write(書き出すデータ)
例文
<html> <head> <title>document.write</title> </head> <body> <script type="text/javascript"><!-- document.write("write test"); // --></script> </body> </html>
関連記事
- document.writeln
- document.vlinkColor
- document.linkColor
- document.alinkColor
- document.fgColor
- document.defaultCharset
- document.charset
- document.characterSet
- document.bgColor
スポンサーリンク