Hi,
I would like my site to have a popup recipe page that can be printed is this possible?
I currently have a print button on order phase4 but some customers seem top have a problem with the page bouncing back to the home page once the print button is printed and the page doesn't print?
Code:
<INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">
<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
<input name="Print" type="image" onClick="window.print()" value="Print" src="print.gif" alt="Click here to print">
Jay Cee
I would like my site to have a popup recipe page that can be printed is this possible?
I currently have a print button on order phase4 but some customers seem top have a problem with the page bouncing back to the home page once the print button is printed and the page doesn't print?
Code:
<INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">
<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
<input name="Print" type="image" onClick="window.print()" value="Print" src="print.gif" alt="Click here to print">
Jay Cee
Comment