Hallo,
kann man in folgendem Code ein Bild einfügen?
<html><head><title>Weiterleitung ...</title>
<script type="text/javascript">
function NaviFenster () {
Navigation = window.open("http://www.isketch.net", "Navigation", "height=200,width=300");
Navigation.focus();
}
</script>
</head>...