Quote Originally Posted by zfw88788301 View Post
Hi! clyde,

Thank you again for your response! I knew that the "print" funcion has already exsits on the browser, but I just want to add the java code to the RMA form, so my customer can print them easily and they can also send a "RMA request" e-mail to me! I want to know which file i can edit the code to! Here is my RMA page!

Please Help me figure out! Thank you so much for your help!
You can edit includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php

find the following section of code
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SEND, BUTTON_SEND_ALT); ?></div>

and insert your javascript

Be aware that if a user clicks the "send now" button before clicking the "print page" link then there will be nothing to print.