// on a local machine:
<html>
<head>
<link rel="StyleSheet" href="example.css" type="text/css" />
<script>
function sref() {
alert(document.styleSheets[0].href);
}
</script>
</head>
<body>
<div class="thunder">Thunder</div>
<button onclick="sref()">ss</button>
</body>
</html>
// returns "file:////C:/Windows/Desktop/example.css
Page last modified 12:34, 17 Mar 2006 by Nickolay