Seitenansicht im IE5.5 über JavaScript aufrufen?
Christian
- javascript
Hallo,
Läßt sich die Seitenansicht im IE5.5 per JavaScript-Funktion aufrufen?
Christian
Hallo Christian,
ich nehme an, Du meinst so etwas:
<html>
<head>
</head>
<body>
<script>
document.location.href="view-source:"+document.location.href;
</script>
</body>
</html>
quick & dirty ;)
Viele Grüße Günter