Image.nameProp
画像(イメージ)オブジェクトで表示されている画像のファイル名を示します。namePropで得られるファイル名はパス名などを含まない純粋なファイル名になります。このプロパティはWindows版Internet Explorer 4以降で利用できます。
構文
画像オブジェクト.nameProp
例文
<html> <head> <title>Image.nameProp</title> <script type="text/javascript"><!-- window.onload = function() { var sURL = document.getElementById("myPhoto").nameProp; document.getElementById("result").innerHTML = sURL; } // --></script> </head> <body> <img src="photo.gif" id="myPhoto"> <div id="result"></div> </body> </html>
関連記事
- Image.width
- Image.vspace
- Image.useMap
- Image.uniqueID
- Image.title
- Image.src
- Image.sourceIndex
- Image.protocol
- Image.name
- Image.lowsrc
- Images.length
- Image.lang
- Image.isMap
- Image.id
- Image.hspace
- Image.height
- Image.galleryImg
- Image.complete
- Image.className
- Image.border
- Image.alt
- Image.align
スポンサーリンク