document.alinkColor
リンク中の文字の色を参照/設定します。Internet Explorerでは画面上には反映されません。
構文
document.alinkColor
例文
<html> <head> <title>document.alinkColor</title> </head> <body alink="red"> <script type="text/javascript"><!-- document.write(document.alinkColor); // --></script> </body> </html>
関連記事
- document.writeln
- document.write
- document.vlinkColor
- document.linkColor
- document.fgColor
- document.defaultCharset
- document.charset
- document.characterSet
- document.bgColor
スポンサーリンク