Re: Re[3]: otevreni okna, diky funguje

From: mail@pp21.cz
Date: 08. 07. 2002, 08:09 CEST


> to w.e.b
> diky tojine nastaveni jmena dalsiho obr pro okno pomohlo:-) ten
> sel.onffokus jsem tam nedaval a jede to zatin ok diky

a takhle by ti to nevyhovovalo?

PS: nektere radky se nechtene zalomi, narovnej si je.

-pp21-

<script language="JavaScript">
function obrazek_fce()
{
wokno = window.open "","obrazek","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,
resizable=no,copyhistory=no,width=450,height=600,top=5,left=60,");
wokno.focus();
wokno.document.writeln ('<html>');
wokno.document.writeln ('<head><title>muj obrazek</title></head>');
wokno.document.writeln ('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
wokno.document.writeln ('<table width="100%" height="100%"><tr><th>');
wokno.document.writeln ('<img src="obr.jpg">');
wokno.document.writeln ('</th></tr></table>');
wokno.document.writeln ('</body></html>');
wokno.document.close ();
}
</script>

<A HREF=#1 onClick=obrazek_fce();><img src="obr.jpg" width="100" height="50"></A>



This archive was generated by hypermail 2.1.2 : 08. 07. 2002, 08:10 CEST