Tuesday, June 5, 2012

print button , close button


<div dir="ltr" style="text-align: left;" trbidi="on">
<blockquote>
<div dir="ltr" style="text-align: left;" trbidi="on">
<div style="text-align: center;">
<span style="white-space: pre;"></span><br />
<div>
<input div="" id="ipt_print_01" onclick="javascript:window.print();" /><br />
<div>
onmouseover="this.style.background='#62BB46'" </div>
<div>
onmouseup="this.style.background='#F0F0F0'"</div>
<div style="text-align: center;">
onmouseout="this.style.background='#F0F0F0' "</div>
<div>
onmousedown="this.style.background='#BDD646' "</div>
<div>
class="t17Button" value="Print" type="button" STYLE="width: 75px"/&gt;</div>
</div>
</div>
<br />
<br />
<br />
<br />
Code for close button <br />
<br />
<br />
<input <br="" id="ipt_close_01" onclick="javascript:window.close();" />onmouseover="this.style.background='#62BB46'" <br />
onmouseup="this.style.background='#F0F0F0'"<br />
onmouseout="this.style.background='#F0F0F0' "<br />
onmousedown="this.style.background='#BDD646' "<br />
class="t17Button" value="Close" type="button" STYLE="width: 75px"/&gt;</div>
</blockquote>
</div>

2 comments:

  1. Hello Nandini,
    I found this page. What i need is a button that will print the APEX page as it is. Could you assist me please?
    Is this code what i need, and if so where do i put it?

    Regards,

    Rob

    ReplyDelete