hi Jens
Dieses Prob hatte ich auch schon...
.... und habs dann mit Hilfe der Liste (aspdecoffeehouse) gel�st.
Hier das Script:
------------------------------
frameset:
-----------
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="30,*" frameborder="NO" border="0" framespacing="0">
<frame name="medianavi" scrolling="NO" noresize src="navi.htm"
frameborder="NO" >
<frame name="content" src="media.htm" noresize frameborder="NO">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
------------------------------
frame 1:
(navi.htm)
-----------
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<a href="javascript:top.content.plotter();">Drucken: Frame 2</a>
</body>
</html>
------------------------------
frame 2:
(media.htm)
-----------
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
<!--
function plotter()
{
self.focus();
print(this.document);
}
//-->
</script>
</head>
<body>
blindtext blindtext blindtext blindtext blindtext blindtext blindtext
blindtext
</body>
</html>
gruss
Dani
hallo,
ist es moeglich �ber den befehl:
<a href="javascript:window.print()">Diese Seite drucken</a>
auch andere frames auszudrucken. also befehl steht in frame 1 und ich
moechte das er den inhalt des frame 3 ausdruckt?
danke
jens
| [aspdecoffeehouse] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdecoffeehouse/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdecoffeehouse.asp