print a frame

C

collinm

hi

i try to print from a frame
je tente d'imprimer dans frame



my index.htm page
<code>
<html>
<head>
<title>Valleyfield</title>
</head>
<frameset rows="13%,*" border="0" framespacing="0" frameborder="0">
<frame src="menu.htm" name="menu">
<frame src="body.htm" name="main">
</frameset>
</html>
</code>


my menu.htm page

<code>
<td><a
href="javascript:parent.main.focus();parent.main.print()">Print
</a></td>
<td><a href="javascript:history.back( )">back/a></td>
<td><a href="body.htm" TARGET="main">Accueil </a></div></td>
<td width="50%"><a href="javascript:history.forward()">forward
</a></td>
</code>



my body.htm page
<code>
<a href="http://www.google.com">Google</a>
<br/>
<a href="http://www.yahoo.com">Yahoo</a>
</code>

when i have my menu on top, and i click on google link, i see my meny
on top and google.... but nothing happen if i clck on print

are there a way to resolve that?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top