PHP expert |
|
euhm. de print(); functie in JS-script
exemple:
<html>
<head>
<script language="javascript">
window.print();
</script>
</head>
<body>
<h1>hallo</h1>
</body>
</html>
<html> <head> <script language="javascript"> </script> </head> <body> <h1>hallo</h1> </body> </html>
|