PDA

View Full Version : window.print() question


kovalik
08-29-2002, 05:20 PM
I want to include this button on my site. I work on a mac (browse in IE) and it doesn't work for me. I assume it works for PCs. Does anyone know what is necessary to make it work for my mac visitors (if it can)?

<form>
<input name="Print" onClick="window.print();return false" type="button" value="Print This Recipe">
</form>

Thanks to anyone who can help,

kovalik :rolleyes:

joh6nn
08-29-2002, 07:30 PM
try removing the "return false" part. that doesn't need to be there. i can't think that it's actually interfering, but you never know.